[sage-support] Re: matplotlib show command not showing plot

2008-05-19 Thread Adam Webb
Of course it wasn't 8.10. I am running Ubuntu 8.04. My mistake. :-) A. On May 18, 6:52 pm, Adam Webb [EMAIL PROTECTED] wrote: Hi, I tried a few settings in matplotlibrc and found that TkAgg worked. Thanks, Adam On May 18, 4:10 pm, chu-ching huang [EMAIL PROTECTED] wrote: This error

[sage-support] Re: matplotlib show command not showing plot

2008-05-18 Thread chu-ching huang
This error might be caused by the wrong setting (?) in matplotlibrc in the directory, $SAGE/local/lib/python2.5/site-packages/matplotlib/ mpl-data, ... # the default backend; one of GTK GTKAgg GTKCairo FltkAgg QtAgg TkAgg # Agg Cairo GD GDK Paint PS PDF SVG Template backend : Agg ...

[sage-support] Re: matplotlib show command not showing plot

2008-05-18 Thread William Stein
On Sun, May 18, 2008 at 4:05 AM, Adam Webb [EMAIL PROTECTED] wrote: I have recently had a problem plotting with matplotlib in sage 3.0 and now also in sage 3.0.1. Even if I try the simplest plot from the matplotlib tutorial, I don't get a plot. sage: from pylab import * sage:

[sage-support] Re: matplotlib show command not showing plot

2008-05-18 Thread Adam Webb
Hi, I tried a few settings in matplotlibrc and found that TkAgg worked. Thanks, Adam On May 18, 4:10 pm, chu-ching huang [EMAIL PROTECTED] wrote: This error might be caused by the wrong setting (?) in matplotlibrc in the directory, $SAGE/local/lib/python2.5/site-packages/matplotlib/