Re: [Matplotlib-users] Matplotlib-users Digest, Vol 12, Issue 1

2007-05-03 Thread Mark Bakker
A quick fix (since you need an exam, I guess) would be to make the label with the 'text' command and put it where you want it. I am interested in an elegant fix, Mark On 5/2/07, [EMAIL PROTECTED] Date: Wed, 2 May 2007 11:39:03 -0500 From: "Ryan Krauss" <[EMAIL PROTECTED]> Subject: [Matplotlib-

[Matplotlib-users] FigureCanvasWx setting font properties

2007-05-03 Thread Uwe Schmitt
Hi, I'm using from matplotlib.backends.backend_wx import FigureCanvasWx for plotting data. It works fine, but the font used on Windows XP is not really pretty. I would like to use another font family and another size. How can I achieve this ? And another question: I'm using add_subplots

Re: [Matplotlib-users] FigureCanvasWx setting font properties

2007-05-03 Thread Werner F. Bruhin
Hi Uwe, Uwe Schmitt wrote: > Hi, > > I'm using > > from matplotlib.backends.backend_wx import FigureCanvasWx > > for plotting data. It works fine, but the font used on > Windows XP is not really pretty. I would like to use another > font family and another size. I just recently discovered th

Re: [Matplotlib-users] [mailinglist] Re: FigureCanvasWx setting font properties

2007-05-03 Thread Uwe Schmitt
Werner F. Bruhin wrote: Hi Uwe, Uwe Schmitt wrote: Hi, I'm using from matplotlib.backends.backend_wx import FigureCanvasWx for plotting data. It works fine, but the font used on Windows XP is not really pretty. I would like to use another font family and another size. I just recently

[Matplotlib-users] matplolib equivalent of gnuplot's impulse

2007-05-03 Thread Emmanuel
With gnuplot one can do a plot like that : http://www.deqnotes.net/gnuplot/images/impulses.png It is using option "with impulse". Is there an equivalent in matplotlib? - This SF.net email is sponsored by DB2 Express Download

Re: [Matplotlib-users] build error on solaris

2007-05-03 Thread Daniel Fan
I think the problem is the building use the same command for compiling .c file and .cpp/.cxx file. It uses whatever I set to $CC to compile the file and ignore $CXX. I am using the latest ActivePython for solaris. I've tried to set $CC=g , then I got the following error message: compute:/home/yfan