8000 Optimize 3D display by AlexandreAbraham · Pull Request #6085 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Optimize 3D display #6085

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

Closed
Prev Previous commit
Next Next commit
Remove profiling code
  • Loading branch information
AlexandreAbraham committed Jun 8, 2016
commit 3d295afbf760f61e443b91001460fa5d61a7c5ef
3 changes: 0 additions & 3 deletions lib/mpl_toolkits/mplot3d/art3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,6 @@ def set_sort_zpos(self,val):
self._sort_zpos = val
self.stale = True

from profilehooks import profile

#@profile
def do_3d_projection(self, renderer):
'''
Perform the 3D projection for this object.
Expand Down
0