Metadata-Version: 2.1
Name: plotenv
Version: 0.1.2
Summary: Python plotting wrapper utilizing matplotlib and seaborn
Home-page: https://github.com/lento234/plotenv
Author: Lento Manickathan
Author-email: lento.manickathan@gmail.com
Maintainer: Lento Manickathan
Maintainer-email: lento.manickathan@gmail.com
License: GNU General Public License (GPL)
Description: [![Build Status](https://travis-ci.com/lento234/plotenv.svg?branch=master)](https://travis-ci.com/lento234/plotenv)
        [![CircleCI](https://circleci.com/gh/lento234/plotenv.svg?style=svg)](https://circleci.com/gh/lento234/plotenv)
        
        # 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
        
Keywords: python plotting wrapper
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
