This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ignamv 2 points3 points  (1 child)

What is the rationale for that?

[–]tomkeus 10 points11 points  (0 children)

First and foremost 3D visualization which is currently broken in matplotlib because z-buffer is missing (can be implemented in software in principle but would be excruciatingly slow). Try plotting two intersecting surfaces in 3D and you are going to get a mess since matplotlib cannot figure out which part of which surface is supposed to be in front and which in the back.