Re: [Matplotlib-users] Libraries, Versions, and Confusion

2007-11-21 Thread Rich Shepard
On Wed, 21 Nov 2007, Darren Dale wrote: > They are all defaults. We prefer to ship default rc files that are > commented out so it is easier to track down bugs, it makes it easier to > keep track of any nonstandard settings. Darren, Thank you. I assumed that to be the case, but it's nice to h

Re: [Matplotlib-users] Libraries, Versions, and Confusion

2007-11-21 Thread Darren Dale
On Wednesday 21 November 2007 6:45:55 pm Rich Shepard wrote: > On Wed, 21 Nov 2007, Rich Shepard wrote: > > I'm missing some understanding here, and cannot build matplotlib-0.90.1 > > nor the apparently missing libraries. This workstation is currently > > running Slackware-11.0 with the following

Re: [Matplotlib-users] Libraries, Versions, and Confusion

2007-11-21 Thread Rich Shepard
On Wed, 21 Nov 2007, Rich Shepard wrote: > I'm missing some understanding here, and cannot build matplotlib-0.90.1 > nor the apparently missing libraries. This workstation is currently > running Slackware-11.0 with the following installed (or missing, in the > case of PyGObject): Got this re

[Matplotlib-users] Libraries, Versions, and Confusion

2007-11-21 Thread Rich Shepard
I'm missing some understanding here, and cannot build matplotlib-0.90.1 nor the apparently missing libraries. This workstation is currently running Slackware-11.0 with the following installed (or missing, in the case of PyGObject): wxPython-2.8.0.1 wxGTK-2.8.0 pygobject:

[Matplotlib-users] Getting Started With 0.90.1

2007-11-21 Thread Rich Shepard
While I've had 0.82 installed on my workstation and notebook, I've not been ready to use it until now. I've just downloaded 0.90.1 and diff'd the two matplotlibrc files. Is WXAgg no longer supported as a backend if the plotting displays will be integral with the wxPython widget set? Also, wh

[Matplotlib-users] problem with colorbar of contour

2007-11-21 Thread Martinho MA
Hello, I have a contour with a clim smaller than the limits of my data... and because of this there is an error when I try to add a colorbar. Can someone help? Thanks MMA eg: x=arange(20) y=arange(30) x,y=meshgrid(x,y) v=sqrt(x+y) # max=6.928, min=0.0 # next is ok figure() contour(x,y,v) clim(