pyexcel-matplotlib - Let you focus on data, instead of file formats¶
| Author: | C.W. |
|---|---|
| Source code: | http://github.com/pyexcel/pyexcel-matplotlib.git |
| Issues: | http://github.com/pyexcel/pyexcel-matplotlib/issues |
| License: | New BSD License |
| Released: | 0.0.1 |
| Generated: | Jul 09, 2017 |
Introduction¶
pyexcel-matplotlib is a tiny plugin of pyexcel to turn pyexcel data into chart graphics using pygal.
To see pyexcel-matplotlib in action with Jupyter notebook, please checkout the resource on github folder
Installation¶
You can install it via pip:
$ pip install pyexcel-matplotlib
or clone it and install it:
$ git clone https://github.com/pyexcel/pyexcel-matplotlib.git
$ cd pyexcel-matplotlib
$ python setup.py install