how to user a external program to plot graphic?

asked 2016-02-04 20:32:43 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

how to user a external program to plot graphic? ex: gnuplot, xmaxima, mgnuplot....

edit retag flag offensive close merge delete

Comments

There is an interface to the Gnuplot interpreter, see :

http://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/gnuplot.html

ndomes gravatar imagendomes ( 2016-02-06 16:14:47 +0200 )edit

I really want to see the graphics out of sagemath, in another window (ex: gnuplot.plot3d (f = 'cos (x) + sin (y) * 2', xmin = -1, xmax = 1, ymin = -1, ymax = 1, -1 = zmin, zmax = 1, title = None, samples = 25 = 20 isosamples, xlabel = x, ylabel = 'y', interact = True)). Is okay only the first visualization, then does not work. I could not see 2d.

jmarcellopereira gravatar imagejmarcellopereira ( 2016-02-12 15:24:08 +0200 )edit