Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IronPython libraries for scientific plots [closed]

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.

like image 768
Thomas Geritzma Avatar asked Sep 11 '09 18:09

Thomas Geritzma


1 Answers

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.

like image 176
Douglas Leeder Avatar answered Sep 29 '22 12:09

Douglas Leeder