You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be fixed by #14913 (and it's not "just" a naive precision problem -- replacing floats by doubles everywhere in the c++ code doesn't seem enough to fix it.
When using
matplotlib.image.NonUniformImage
with large values on axis (~10e+7), the plot breaks.I am plotting a random matrix and simply offsetting the axis by with a large value:
Normal behaviour

Strange behaviour

The code
By changing the
offset
variable, one can achieve different results:1.
is ok;9.
is broken.Thank you
The text was updated successfully, but these errors were encountered: