[Matplotlib-users] Opensuse RPMs

2007-03-08 Thread Marcel Oliver
Dear all: I am trying the numpy-scipy-matplotlib stack on Opensuse 10.2 from http://repos.opensuse.org/science/openSUSE_10.2/i586/ No success with matplotlib, however. Two problems: - No plot windows open at all - When using TeX ouput, ghostscript segfaults: sh: line 1: 11319

[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

[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

Re: [Matplotlib-users] Nonlinear colormap ?

2007-03-08 Thread Eric Firing
Uwe Schmitt wrote: 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 ? See examples/contourf_demo.py. The relevant part is this: # Now make a contour plot

[Matplotlib-users] Hold-related strangeness, looks like a bug.

2007-03-08 Thread Fernando Perez
Hi all, today at work we ran into some odd behavior, all of which seems to be triggered by calling hold(). I'm using a fresh SVN build from this afternoon. Here's the first example demonstrating the problem, it's best to run this in a fresh pylab shell or from the command line, since I suspect

Re: [Matplotlib-users] Hold-related strangeness, looks like a bug.

2007-03-08 Thread Fernando Perez
Hi Simon, On 3/8/07, Simon Wood [EMAIL PROTECTED] wrote: On 3/8/07, Fernando Perez [EMAIL PROTECTED] wrote: Hi all, today at work we ran into some odd behavior, all of which seems to be triggered by calling hold(). I'm using a fresh SVN build from this afternoon. Here's the first