plot_utils documentation

Welcome! This is a Python module that contains some useful data visualization functions.

Installation

Recommended method (in the terminal or command window, execute the following command):

pip install git+https://github.com/jsh9/python-plot-utilities@v0.6.7

For other installation alternatives, see the installation guide.

Dependencies

  • Python 2.7 or 3.5+
  • matplotlib 1.5.0+, or 2.0.0+ (Version 2.1.0+ is strongly recommended.)
  • numpy: 1.11.0+
  • scipy: 0.19.0+
  • pandas: 0.20.0+
  • cycler: 0.10.0+
  • matplotlib/basemap: 1.0.7 (only if you want to plot the two choropleth maps)
  • PIL (only if you want to use the trim_img() function)

Examples

Examples are presented as Jupyter notebooks here.

GitHub repository

https://github.com/jsh9/python-plot-utilities

Bug reports and/or suggestions are welcome!

Indices and tables