|
From: John H. <jdh...@ac...> - 2004-10-11 14:04:37
|
>>>>> "Stefan" == Stefan Kuzminski <pon...@ya...> writes:
Stefan> When I run the script below, the range tuple is [0.0, 1.0,
Stefan> 0.0, 1.0]
Stefan> but the data has an actual range more like [ 0, 6.8, 0,
Stefan> 1], the plot looks correct, which is good, but the range
Stefan> tuple is wrong. It seems to work fine with simple data
Stefan> examples but breaks with this data..
Stefan> This is with Matplotlib v0.54.2
It works under 0.63 - it prints
[0.0, 1.0, 1.0, 7.0]
JDH
|