gnuplot-py:用于在 python 中绘制列表的 gnuplot 的 python 包装器(未安装 X11)

时间:2024-07-12 16:52:22
【文件属性】:

文件名称:gnuplot-py:用于在 python 中绘制列表的 gnuplot 的 python 包装器(未安装 X11)

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-12 16:52:22

Python

gnuplot-py 用于在 python 中绘制列表的 gnuplot 的 python 包装器(未安装 X11)###Usage y = [ 0 , 1 , 2 , 3 , 4 , 5 ] grapher = grapher ( y ) for i in range ( 5000 ): grapher . append ( randrange ( - 10 , 10 )) graph = grapher . getGraph () for line in graph : print line sleep ( .01 )


【文件预览】:
gnuplot-py-master
----LICENSE(18KB)
----README.md(307B)
----graph.py(2KB)

网友评论