pyGnuplot Git
Brought to you by:
mgilson
| File | Date | Author | Commit |
|---|---|---|---|
| classBrowser | 2011-05-12 |
|
[b237f5] changed to relative imports, also increased len... |
| pyGnuplot | 2012-05-21 |
|
[132296] Updated version number |
| test | 2012-03-30 |
|
[28adc9] Pushing and popping now *works* again (it does ... |
| .gitignore | 2012-03-16 |
|
[adc714] Moved pyGnuplot to version 1.4. Some cleanup t... |
| CHANGELOG | 2012-03-16 |
|
[adc714] Moved pyGnuplot to version 1.4. Some cleanup t... |
| INSTALL.txt | 2012-03-14 |
|
[34ec13] mostly minor updates (probably to help me debug... |
| README.txt | 2011-05-12 |
|
[23db6e] Removed trunk directory |
| setup.py | 2012-03-28 |
|
[a1674a] Attempting to remove parallel restriction |
Project: pyGnuplot WebPage: https://sourceforge.net/projects/pygnuplot/ Author: Matthew Gilson Email: m.gilson1@gmail.com I hacked this together because I wanted to use gnuplot instead of the freely available matplotlib for python as I am more familiar with gnuplot. gnuplot-py did not quite have the functionality that I had hoped for, and it was reasonably old at the time of this writing, so I decided to write my own interface. I am releasing it as I hope that it will be useful to others, and in the hopes that others will contribute and make it better. Prerequisites: Gnuplot 4.2 or newer (4.4 is recommended) python 2.6 or newer numpy Examples: examples can be found in the test subdirectory