简体   繁体   中英

Python module for drawing functions graphics

Which python module should I use for drawing simple functions graphics?

Eg

f: M -> M, f(x) = x

Matplotlib: http ://matplotlib.sourceforge.net/gallery.html

Check out the third party Gnuplot-py package. I have used it before with success.

If you are familiar with gnuplot syntax, this should be relatively easy. If not, there are plenty of good gnuplot examples online.

http://pypi.python.org/pypi/gnuplot-py/1.8

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM