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
fixed code to display plots given as arrays of plotting axes (as returned by .plot(subplots=True))
* avoid an exception whenever we try to display any empty sequence (whether it contains plots or not)
* avoid copying the whole sequence just to get the first element for non array sequences. This loose the ability to display plots
hidden in nested sequences (instead of ndarrays) but I am unsure doing that even for simple sequences is useful anyway
0 commit comments