Re: [Matplotlib-users] contour plot axis labels

2008-04-08 Thread Jochen Küpper
On 08.04.2008, at 19:51, Manuel Metz wrote: > Jochen Küpper wrote: >> >> matplotlib creates a contour plot with an x-axes labels of >> "0.324", ... and adds a "+1" in the lower right corner. >> Actually, it is often not visible at all. >> How can I set it to always use the "correct" values

Re: [Matplotlib-users] contour plot axis labels

2008-04-08 Thread Manuel Metz
Jochen Küpper wrote: > Hi, > > when I create a contour plot with the following grid: >xval = [ 1.3324, 1.9971, 1.00016618] >yval = [250, 260, 270] >data = ones((3,3)) >contourf(xval, yval, data) > > matplotlib creates a contour plot with an x-axes labels of > "0.32

[Matplotlib-users] contour plot axis labels

2008-04-08 Thread Jochen Küpper
Hi, when I create a contour plot with the following grid: xval = [ 1.3324, 1.9971, 1.00016618] yval = [250, 260, 270] data = ones((3,3)) contourf(xval, yval, data) matplotlib creates a contour plot with an x-axes labels of "0.324", ... and adds a "+1" in the lower righ