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
set_zsort(False) has never worked (it ultimately raises
ValueError('whoops') in `draw()` since mplot3d was first merged in
edd492e), so just don't pretend to support it.
Once support for False is removed, it makes sense to also deprecate
support for True, which was a synonym for 'average', and just accept the
three strings 'average', 'min', and 'max'. And let's not silently drop
invalid strings...
0 commit comments