On 01/22/2015 07:14 AM, xeno 20150131 wrote:
>  
> 
> Hi group,
> 
> A simple question (if the answer is just rtfm, just say so).  I am opening 
> a plotting window (In a script that I am attaching to a notebook with say –
> 
>     show(plot(sin(x)))

Something like this works, but I broke my sage installation so I can't
test it:

  p = plot(sin(x))
  p.save('sin.pdf')

Other file extensions work somewhat magically if I recall.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to