islplot
islplot copied to clipboard
Library to plot integer sets and maps
Copyright 2014 - Tobias Grosser <http://www.grosser.es>_
islplot
islplot is a library that generates illustrations of integer sets
and maps. It relies on isl <repo.or.cz/w/isl.git>_ to model the integer sets
and uses the islpy <https://pypi.python.org/pypi/islpy>_ Python bindings.
Plotting is performed with matplotlib <http://matplotlib.org>_.
To get an impression of islplot have a look at the 2D examples <http://nbviewer.ipython.org/github/tobig/islplot/blob/master/notebooks/islplot-examples.ipynb>_ and 3D examples <http://nbviewer.ipython.org/github/tobig/islplot/blob/master/notebooks/islplot-examples-3d.ipynb>_ (requires WebGL).
The documentation <http://tobig.github.io/islplot/>_ is generated from the
files in the doc/ directory by executing 'make html' (requires sphinx <http://sphinx-doc.org>_).
License: MIT (see LICENSE.txt <https://github.com/tobig/islplot/blob/master/LICENSE.txt>_)