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
- Avoid repeated "More than X figures opened, too much memory" warning
by setting :rc:figure.max_open_warning.
- Rename nodec to something slightly more explanatory, and invert the
logic (`not nodec` is too twisted for me :)). Avoid unnecessary
duplication of `set_x/yticklabels("")` both inside and outside the
function. Also the arg to set_x/yticklabels is a list, not a string
(even though an empty string "just happens to work"...
0 commit comments