Skip to content
/ utils Public

Miscellaneous utility scripts and modules, mainly written in Python.

License

Notifications You must be signed in to change notification settings

bozso/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utils

gnuplot.py

I have discovered gnuplot-py not so long ago and I wanted to use it as a simple python wrapper to gnuplot. However I have found the gnuplot-py interface to be overly complicated and hard to debug. Plus it was designed with Python 2 and did not really work with Python 3.

Based on gnuplot-py I have written my own package. This is still in early developement so be careful with it if you want to try it out. It should work with Python 2.7+ and Python 3+.

At the moment it is only necessary to use the gnuplot.py file to be able to use the wrapper. I think you can only use gnuplot on a Unix system in the future I will properly implement gnuplot_platforms.py module to support all platforms (Windows, Mac, Linux).

If you have found any bugs or have any suggestions feel free to contact me.

Acknowledgement

I took a couple of code snippets and concepts from gnuplot-py.

plac_core.py is from the plac package.

About

Miscellaneous utility scripts and modules, mainly written in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages