-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[WIP] Collection draw order and other mplot3d stuff #4090
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Travis errors are spurious download errors |
I believe I'm still running into this issue today. Below is the error message I receive when attempting to convert hb_made (a hexbin PolyCollection) into a Poly3DCollection. Are there any other ways to convert 2D PolyCollections into 3D PolyCollections? ax.add_collection3d(hb_made, zs=shotNumber.get_array(), zdir='y') File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/mpl_toolkits/mplot3d/axes3d.py", line 2201, in add_collection3d |
@WeatherGod This needs a rebase |
ping @WeatherGod is this still a going concern? |
I'll close this for lack of progress... |
TODO: See if I can share zsorting code across all the 3D collection classes (right now, it only resides in Poly3DCollection)