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
Clarify semantics of plt.matshow(..., fignum=...).
The semantics of the fignum parameter are rather confusing (in
particular wrt. whether the figure gets resized or not -- it only does
if fignum=(None or a non-existing figure number) (which creates a new
figure), but not if fignum=0 (which also creates a new figure).
It's probably not worth fixing that (if anything we should just point
users to Axes.matshow, which is just fine), but we can still improve the
documentation.
0 commit comments