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