[sage-support] Re: How do I bring points to the front of a plot?

2008-05-18 Thread Marshall Hampton
Ok, I give up. I tried to figure this out but I don't think I understand matplotlib well enough. Having sunk some time into it, I am quite curious about the solution. -M. Hampton On May 17, 10:30 pm, "William Stein" <[EMAIL PROTECTED]> wrote: > On Sat, May 10, 2008 at 9:41 AM, William Stein <[

[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/ >

[sage-support] Re: keyboard azerty qwerty

2008-05-18 Thread Hector Villafuerte
On Sun, May 18, 2008 at 8:59 AM, Pierre.coach <[EMAIL PROTECTED]> wrote: > > Hi, > > after downloading sage virtual machine and installing vmware, I could > start it without problem, BUT it is typing QWERTY instead of AZERTY. > That is not very practical: where is the dot, where is the > semicolon

[sage-support] keyboard azerty qwerty

2008-05-18 Thread Pierre.coach
Hi, after downloading sage virtual machine and installing vmware, I could start it without problem, BUT it is typing QWERTY instead of AZERTY. That is not very practical: where is the dot, where is the semicolon, ... I looked through the support forum and found nothing. I whish there would be a

[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: plo

[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 ... I

[sage-support] matplotlib show command not showing plot

2008-05-18 Thread Adam Webb
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: plot([1,2,3,4]) [] sage: show() sage: I have tried this in both the notebook and from t

[sage-support] Re: Problem in Programming Guide Cython example

2008-05-18 Thread criceto11
I installed sage from source, without installing additional packages; it seems that in this case Annotation is on by default. On May 17, 9:19 pm, Robert Bradshaw <[EMAIL PROTECTED]> wrote: > There is a know problem with annotation that has been fixed in the > dev version, and release shipped with