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
Thanks for this useful toolbox. I noticed that although a zorder variable is assigned in the code, this zorder is not passed to matplotlib anywhere. I've added a couple calls to artist.set_zorder(zorder) on my end – I could do a pull request if that would be helpful. Thanks!