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
skewt.py is missing the left part of the grid by default:
Triggering a redraw (eg by panning the axes) solves the issue, but it may be something deeper?
The text was updated successfully, but these errors were encountered:
This was relying upon the upper spine's _adjust_location() method to update an interval on the xaxis for that upper range (ewww....); for some reason it wasn't getting called on that initial draw, but I'm not convinced that's a bug. My original design for handling that update was just....so bad and brittle, violating so many things, it needed to be redone.
I've got a cleaned up version working now that makes a lot more sense.
mpl2.0b3/master Qt5Agg numpy1.11.1 Python 3.5.1
skewt.py is missing the left part of the grid by default:

Triggering a redraw (eg by panning the axes) solves the issue, but it may be something deeper?
The text was updated successfully, but these errors were encountered: