diff --git a/docs/source/plotting.rst b/docs/source/plotting.rst index 271c04e0..7e78339b 100644 --- a/docs/source/plotting.rst +++ b/docs/source/plotting.rst @@ -12,6 +12,8 @@ plot_Ascan.py ============= .. automodule:: tools.plot_Ascan + :members: + :undoc-members: * Plot A-scans using the Python module ``plot_Ascan.py``. The module uses matplotlib to plot the time history for the electric and magnetic field components for all receivers in a model (each receiver gets a separate figure window). Usage (from the top-level gprMax directory) is: ``python -m tools.plot_Ascan my_outputfile.out``.