[WIP] Collection draw order and other mplot3d stuff#4090
[WIP] Collection draw order and other mplot3d stuff#4090WeatherGod wants to merge 4 commits intomatplotlib:masterfrom
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)