Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 648 Bytes

File metadata and controls

29 lines (16 loc) · 648 Bytes

3D Scatter Plots with Python and Matplotlib

Python/Matplotlib script drawing three-dimensional scatter subplots (mplot3d) of morphometric variables, demonstrated on Mariana Trench data. Reusable scientific-plotting example.

Scripts

  • 3d_scatterplot_subplots.py

Data

  • Tab-Morph.csv

Requirements

Python 3 with matplotlib, mpl_toolkits, numpy, pandas.

pip install matplotlib mpl_toolkits numpy pandas

Author

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

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

License

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