Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 582 Bytes

File metadata and controls

29 lines (16 loc) · 582 Bytes

Line Plots with Python and Matplotlib

Python/Matplotlib script drawing line plots of bathymetric profiles, demonstrated on Mariana Trench data. Reusable scientific-plotting example.

Scripts

  • line_plot.py

Data

  • Tab-Bathy.csv

Requirements

Python 3 with matplotlib, numpy, pandas, seaborn.

pip install matplotlib numpy pandas seaborn

Author

Polina Lemenkova — ORCID: https://orcid.org/0000-0002-5759-1089

Archived code: https://doi.org/10.13140/RG.2.2.35966.84807

License

MIT — see the LICENSE file (Copyright Polina Lemenkova).