[sage-support] Re: how to user a external program to plot graphic?

2016-02-07 Thread Nathann Cohen
If you are just wondering how to change the viewer used to display the 
pictures produced by Sage, the answer is right there:

http://doc.sagemath.org/html/en/reference/misc/sage/misc/viewer.html

Nathann

On Saturday, February 6, 2016 at 11:11:57 PM UTC+1, jmarcell...@ufpi.edu.br 
wrote:
>
> how to user a external program to plot graphic? ex: gnuplot, xmaxima, 
> mgnuplot
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: how to user a external program to plot graphic?

2016-02-07 Thread jmarcellopereira
Hi 

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.


Em sábado, 6 de fevereiro de 2016 20:11:57 UTC-2, jmarcell...@ufpi.edu.br 
escreveu:
>
> how to user a external program to plot graphic? ex: gnuplot, xmaxima, 
> mgnuplot
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: how to user a external program to plot graphic?

2016-02-07 Thread jmarcellopereira
Yes, I want the graph appears out of sagemath in another window, like 
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)). I use gnuplot 5.0.

Em domingo, 7 de fevereiro de 2016 15:23:19 UTC-2, Dima Pasechnik escreveu:
>
> which version of gnuplot are you using? The one that comes from sage? 
> another one?
>
> On Sunday, February 7, 2016 at 3:32:06 PM UTC, jmarcell...@ufpi.edu.br 
> wrote:
>>
>> Hi 
>>
>> 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.
>>
>>
>> Em sábado, 6 de fevereiro de 2016 20:11:57 UTC-2, jmarcell...@ufpi.edu.br 
>> escreveu:
>>>
>>> how to user a external program to plot graphic? ex: gnuplot, xmaxima, 
>>> mgnuplot
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: how to user a external program to plot graphic?

2016-02-07 Thread Dima Pasechnik
which version of gnuplot are you using? The one that comes from sage? 
another one?

On Sunday, February 7, 2016 at 3:32:06 PM UTC, jmarcell...@ufpi.edu.br 
wrote:
>
> Hi 
>
> 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.
>
>
> Em sábado, 6 de fevereiro de 2016 20:11:57 UTC-2, jmarcell...@ufpi.edu.br 
> escreveu:
>>
>> how to user a external program to plot graphic? ex: gnuplot, xmaxima, 
>> mgnuplot
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Re: how to user a external program to plot graphic?

2016-02-06 Thread kcrisman


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


I don't believe Sage includes any of those external plotting programs, 
though we have an interface to gnuplot.  See 
http://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/gnuplot.html
 
for some details, assuming it still works. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.