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
Based on discussion in #781 and #782, it seems like a bad idea to infer (guess) the spacing of coordinates when they are unevenly spaced. As @ocefpaf points out:
guessing should be an active user choice, not the automatic behavior.
So the options moving forward are to
never infer the interval breaks and be okay with pcolormesh and imshow producing dissimilar plots, or
only infer the interval breaks when the coordinates are evenly spaced.