IronPython libraries for scientific plots [closed]

扶醉桌前 提交于 2019-12-03 09:32:48

问题


What are good python libraries which IronPython supports (current version wise) for drawing scientific plots on Win ? By "scientific plots" I mean simple x-y plots, x-y-z surface plots and x-y-z shaded plots.


回答1:


According to this it's possible to use matplotlib with IronPython. Which will at least get you 2D plots. Another way of running matplotlib.

gnuplot can generate 3D charts - http://www.resolverhacks.net/gnuplot_plotting.html might be a starting point.




回答2:


If you get Resolver, then this Resolver Spreadsheet Challenge winner shows that it is quite capable of doing 3d shaded scientific plots.

http://www.voidspace.org.uk/python/weblog/arch_d7_2009_01_17.shtml#e1049

Resolver One is a sophisticated spreadsheet built entirely in IronPython which is becoming popular with scientists and people in the financial services industry due to the power of the IronPython scripting engine within it. You can dowload a trial version of it here:

http://www.resolversystems.com/

Nevertheless, if you work with colleagues who do most of their work on unix-like systems, you might want to choose matplotlib anyhow because there is more possibility of sharing code etc. Resolver One does not yet run on Mono.



来源:https://stackoverflow.com/questions/1412412/ironpython-libraries-for-scientific-plots

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!