Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9bf3a commit 0d2c9d2Copy full SHA for 0d2c9d2
1 file changed
examples/simple3d_oo.py
@@ -54,6 +54,7 @@ def plot3d(self):
54
ax3d.set_xlabel('X')
55
ax3d.set_ylabel('Y')
56
ax3d.set_zlabel('Z')
57
+ self.fig.savefig('globe')
58
59
if __name__ == '__main__':
60
app = wxPySimpleApp(0)
0 commit comments