.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "glr_examples/utils/plot_stratalog.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_utils_plot_stratalog.py: ======================== Plot Strata ======================== plot stratigraphic log .. GENERATED FROM PYTHON SOURCE LINES 8-11 .. code-block:: Python # Author: L.Kouadio # Licence: BSD-3-clause .. GENERATED FROM PYTHON SOURCE LINES 12-21 .. code-block:: Python import watex.utils.geotools as GU layers= ['$(i)$', 'granite', '$(i)$', 'granite'] thicknesses= [59.0, 150.0, 590.0, 200.0] hatch =['//.', '.--', '+++.', 'oo+.'] color =[(0.5019607843137255, 0.0, 1.0), 'b', (0.8, 0.6, 1.), 'lime'] GU.plot_stratalog (thicknesses, layers, hatch =hatch , color =color, station='S00') GU.plot_stratalog ( thicknesses,layers,hatch =hatch, zoom =0.25, color =color, station='S00') .. image-sg:: /glr_examples/utils/images/sphx_glr_plot_stratalog_001.png :alt: Strata log of Station =S00 :srcset: /glr_examples/utils/images/sphx_glr_plot_stratalog_001.png :class: sphx-glr-single-img .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 0.271 seconds) .. _sphx_glr_download_glr_examples_utils_plot_stratalog.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/utils/plot_stratalog.ipynb :alt: Launch binder :width: 150 px .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: plot_stratalog.ipynb ` .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: plot_stratalog.py ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_