Skip to content

a wrapping for gnuplot engine with APIs similar to matplotlib

License

Notifications You must be signed in to change notification settings

CharlesHahn/Gnuplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

gnuplotlib

仿照matplotlib的函数接口,编写调用gnuplot进行绘图的库

functions

plt.figure()

plt.plot()

plt.fill_between()

plt.scatter()

plt.surface()

plt.imshow()

plt.contour()

plt.bar()

plt.hist()

plt.pie()

plt.box()

plt.violin()

plt.xlabel()

plt.ylabel()

plt.colorbar()

plt.title()

plt.legend()

plt.savefig()

plt.dumpscript()

plt.polar()

About

a wrapping for gnuplot engine with APIs similar to matplotlib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published