plotting documentation¶
plotting is wrapper on matplotlib and seaborn that allow for single function calls (a la mathematica) to great high quality figures
Installation¶
pip install plottingor
conda install plotting --channel=nrel
Development¶
If you want to contribute to this package:
- Clone the repository:
git clone https://github.com/mrossol/plotting.git enter github username
enter github password
- Clone the repository:
- Install the pacakge
cd into plotting repo cloned above
run
pip install -e .
- Check that plotting was installed successfully
import plotting