简体   繁体   English

用于绘制函数图形的Python模块

[英]Python module for drawing functions graphics

Which python module should I use for drawing simple functions graphics? 我应该使用哪个python模块绘制简单功能图形?

Eg 例如

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

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

Check out the third party Gnuplot-py package. 签出第三方Gnuplot-py软件包。 I have used it before with success. 我曾经成功使用过它。

If you are familiar with gnuplot syntax, this should be relatively easy. 如果您熟悉gnuplot语法,这应该相对容易。 If not, there are plenty of good gnuplot examples online. 如果没有,那么在线上有很多不错的gnuplot示例。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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