Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d2c9d2

Browse files
committed
fixed proj3 clipping
svn path=/trunk/matplotlib/; revision=2518
1 parent 6b9bf3a commit 0d2c9d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/simple3d_oo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def plot3d(self):
5454
ax3d.set_xlabel('X')
5555
ax3d.set_ylabel('Y')
5656
ax3d.set_zlabel('Z')
57+
self.fig.savefig('globe')
5758

5859
if __name__ == '__main__':
5960
app = wxPySimpleApp(0)

0 commit comments

Comments
 (0)