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