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 rec

[Matplotlib-users] FigureCanvasWx setting font properties

2007-05-03 Thread Uwe Schmitt
d_subplots mehtod for plotting, and I would like to increase the vertical space between the different subplots. Any hint how to do this ? Greetings, Uwe begin:vcard fn:Dr. Uwe Schmitt n:Schmitt;Uwe org:mineway GmbH;F & E Mathematik adr;quoted-printable;dom:;;Stuhlsatzenhausweg;Saarbr=C3=BCcke

Re: [Matplotlib-users] [mailinglist] Re: Nonlinear colormap ?

2007-03-09 Thread Uwe Schmitt
Ken McIvor wrote: > Uwe, > > I don't know the answer to your question, but yesterday Rob Hetland > sent out and email entitled "Creating a non-linear colormap." that > includes example code. That might help you get started. > > Ken > Thanks, but I can not access this article from the mailing lis

[Matplotlib-users] imshow without scaling of image

2007-03-09 Thread Uwe Schmitt
Hello, I would like to display an image using pylab without automatic scaling to the default size of the plot window. How can I achieve this ? Greetings, Uwe - Take Surveys. Earn Cash. Influence the Future of IT Join Sourc

[Matplotlib-users] Nonlinear colormap ?

2007-03-08 Thread Uwe Schmitt
Hi, I would like to plot contours with a nonlinear mapping from values to color as follows: -1 -> red 0 -> white or green or black +1 -> red How can I achieve this ? Greetings, Uwe - Take Surveys. Earn

[Matplotlib-users] pylab: figimage crashes

2007-03-08 Thread Uwe Schmitt
Hi, I have a problem. The following script crashes: from pylab import * a=arange(1500).reshape(50,30) figure() figimage(a) show() Python says: Traceback (most recent call last): File "crash.py", line 5, in ? figimage(a) File "c:\Python24\lib\site-packages\matplot