On Mon, May 18, 2009 at 5:07 PM, Alasdair <[email protected]> wrote:
>
> I'm using Sage in a linux console:
>
> 1) How do I clear a variable? "clear x" seems to have no effect.
del x
or
reset('x')
>
> 2) How do I have a plot command displayed by ImageMagick's "display"
> rather than in my web browser?
export SAGE_BROWSER=/path/to/view/command
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
-~----------~----~----~----~------~----~------~--~---