atmospy is a Python visualization library based on matplotlib and seaborn.
Documentation for atmospy can be found here.
atmospy supports Python 3.8 through Python 3.11.
- numpy
- pandas
- seaborn
- matplotlib
- scipy
The latest release can be installed directly from PyPi:
$ pip install atmospy
You can also install pre-releases from GitHub:
$ pip install atmospy --pre
If you would like to install from a specific branch or release, you can do so directly from GitHub:
$ pip install git+https://github.com/dhhagan/atmospy.git@<tag-or-version>
atmospy development takes place on GitHub: https://github.com/dhhagan/atmospy
Please submit bugs that you encounter to the issue tracker with a reproducible example that clearly demonstrates the problem.