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