Metadata-Version: 1.0
Name: prettyplotlib
Version: 0.1.0
Summary: Painlessly create beautiful default `matplotlib` plots.
Home-page: UNKNOWN
Author: Olga B. Botvinnik
Author-email: olga.botvinnik@gmail.com
License: LICENSE.txt
Description: prettyplotlib
        =============
        
        Python matplotlib-enhancer library which painlessly creates beautiful default
         plots. Inspired by Edward Tufte's work on information design (http://www
         .edwardtufte.com/tufte/) and Cynthia Brewer's work on color perception
         (http://www.personal.psu.edu/cab38/ and http://colorbrewer2.org/).
        
        Requirements:
        
        * [`matplotlib`](http://matplotlib.org/). Can be
        installed via `pip install matplotlib` or `easy_install matplotlib`
        * [`brewer2mpl`]() Can be installed via `pip install brewer2mpl` or
        `easy_install brewer2mpl`
Platform: UNKNOWN
