On Thursday, July 5, 2012 6:18:54 PM UTC-7, Carlos Baptista wrote: > > I have a fairly simple question. > > Whenever I plot something in Sage, my plot is shown in Gwenview. Although > I consider Gwenview to be a good app, I don't want it to be launched merely > to show me a plot. Is there a way to configure Sage to use a simple window > instead of an image viewer in order to present plots. I would like a simple > window similar to what one would get from using the python package > matplotlib. >
Did you build Sage from source, or download a binary package? What platform are you using? You could try this, but I don't know if it will work: from a shell, $ export SAGE_MATPLOTLIB_GUI=yes $ sage -f http://sagemath.org/packages/standard/matplotlib-1.1.0.spkg (or if you built from source: replace the last line with "sage -f matplotlib", or rebuild Sage from scratch with SAGE_MATPLOTLIB_GUI=yes from the start). -- John -- 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 URL: http://www.sagemath.org
