On Mon, May 5, 2008 at 9:09 AM, Nikos Apostolakis <[EMAIL PROTECTED]> wrote:
>
>
> On Mon, May 05, 2008 at 06:55:19AM -0400, thus spake David Joyner:
> > >From the command line (when jmol pops up in a separate window), you can
> choose
> > file -> export -> jpg. I assume you were using the notebook version of
> sage.
> >
>
> Yes that works, thank you (and yes I was using the notebook).
>
> Now I have a follow-up question: Is there a way to get rid of the
> surrounding box and the coordinates when I export the plot? For example
> in the following picture
>
> http://xrl.us/nikosap/tmp/trefoil.png
>
> I would like to keep only the plot.
>
> Thanks,
>
Use the option
frame=False
e.g.
var('x,y')
plot3d(sin(x), (x,-10,10), (y,-10,10), frame=False)
William
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---