Search code examples
.netpythonmathgraphcurve

best platform to draw curves and create JPEGs


i have an equation of a curve that i need to draw like:

((X^z)-1)/z = y

does anyone know how i can draw this curve and save it as an image using python or .net?


Solution

  • A good library for 2d plots in Python is http://matplotlib.sourceforge.net/. The resulting plot can be saved straight from the plot dialog.