Skip to content

MRossol/plotting

Repository files navigation

plotting

A plotting wrapper on matplotlib and seaborn to enable single function plotting calls a la mathematica

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