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
FigureCanvasQTAgg inherits from QWidget, which already has a 'rect'
property and getter.
Also, consolidate .rect and (boolean) .drawRect into a single _drawRect
member. This is only used for the zoom rect and not accessed from other
classes (other than indirectly via the drawRectangle() function).
0 commit comments