.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "glr_examples/methods/plot_multiple_sites_recovery_signal.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code or to run this example in your browser via Binder .. rst-class:: sphx-glr-example-title .. _sphx_glr_glr_examples_methods_plot_multiple_sites_recovery_signal.py: ================================================ Plot multiple sites signal recovery ================================================ plots mutiple site/stations tensors with recovery signals .. GENERATED FROM PYTHON SOURCE LINES 8-11 .. code-block:: Python # Author: L.Kouadio # Licence: BSD-3-clause .. GENERATED FROM PYTHON SOURCE LINES 12-20 .. code-block:: Python from watex.view.plot import TPlot from watex.datasets import load_edis # takes the 03 samples of EDIs edi_data = load_edis (return_data= True, samples =41 ) t= TPlot(fig_size =(9, 7), font_size =7., show_grid =True, gwhich='both') t.fit(edi_data).plot_multi_recovery ( sites =['S00', 'S05', 'S10', 'S20'], colors =['ok-', 'xr-.', '^b-', 'oc-.'] ) .. image-sg:: /glr_examples/methods/images/sphx_glr_plot_multiple_sites_recovery_signal_001.png :alt: Recovered tensor $|Z_{xy}|$ :srcset: /glr_examples/methods/images/sphx_glr_plot_multiple_sites_recovery_signal_001.png :class: sphx-glr-single-img .. rst-class:: sphx-glr-script-out .. code-block:: none .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 1.295 seconds) .. _sphx_glr_download_glr_examples_methods_plot_multiple_sites_recovery_signal.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: binder-badge .. image:: images/binder_badge_logo.svg :target: https://mybinder.org/v2/gh/watex/watex/0.3.X?urlpath=lab/tree/notebooks/glr_examples/methods/plot_multiple_sites_recovery_signal.ipynb :alt: Launch binder :width: 150 px .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: plot_multiple_sites_recovery_signal.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: plot_multiple_sites_recovery_signal.py ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_