plotEnv

Python plotting wrapper utilizing matplotlib and seaborn


Keywords
python, plotting, wrapper, visualization
License
GPL-3.0
Install
pip install plotEnv==0.1.2

Documentation

Build Status CircleCI PyPI version

plotenv

Python plotting wrapper utilizing matplotlib and seaborn

Changelog

0.1:

  • ported to python3
  • cleaned up customization
  • added default matplotlib colors

0.0.2.dev1:

  • added examples: basic single line plot, multi-line plot and contourf plot
  • reorganized modules
  • added custom cosmic microwave background (CMB) colormap

0.0.1.dev2:

  • added plotenv: custom plotting wrapper

Authors

* Lento Manickathan (lento.manickathan@gmail.com)

Dependencies

python:

python 3.6.x

python requirement:

The following python modules must be installed:
    * numpy
    * matplotlib (plotting)
    * seaborn (plotting)

Installation

To install the development version, run

pip install plotenv

or alternatively

pip install git+git://github.com/lento234/plotenv.git