how to user a external program to plot graphic?
how to user a external program to plot graphic? ex: gnuplot, xmaxima, mgnuplot....
asked 2016-02-04 20:32:43 +0100
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....
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-02-04 20:32:43 +0100
Seen: 269 times
Last updated: Feb 04 '16
There is an interface to the Gnuplot interpreter, see :
http://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/gnuplot.html
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.