plotting documentation

plotting is wrapper on matplotlib and seaborn that allow for single function calls (a la mathematica) to great high quality figures

Installation

  1. pip install plotting or

  2. conda install plotting --channel=nrel

Development

If you want to contribute to this package:

  1. Clone the repository: git clone https://github.com/mrossol/plotting.git
    1. enter github username

    2. enter github password

  2. Install the pacakge
    1. cd into plotting repo cloned above

    2. run pip install -e .

  3. Check that plotting was installed successfully
    import plotting
    

Indices and tables