File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 66See `~mpl_toolkits.mplot3d.axes3d.Axes3D.plot_surface`.
77"""
88import matplotlib .pyplot as plt
9- from matplotlib import cm
109import numpy as np
1110
11+ from matplotlib import cm
12+
1213plt .style .use ('_mpl-gallery' )
1314
1415# Make data
Original file line number Diff line number Diff line change 66See `~mpl_toolkits.mplot3d.axes3d.Axes3D.plot_trisurf`.
77"""
88import matplotlib .pyplot as plt
9- from matplotlib import cm
109import numpy as np
1110
11+ from matplotlib import cm
12+
1213plt .style .use ('_mpl-gallery' )
1314
1415n_radii = 8
Original file line number Diff line number Diff line change 55
66See `~mpl_toolkits.mplot3d.axes3d.Axes3D.plot_wireframe`.
77"""
8- from mpl_toolkits .mplot3d import axes3d
98import matplotlib .pyplot as plt
109
10+ from mpl_toolkits .mplot3d import axes3d
11+
1112plt .style .use ('_mpl-gallery' )
1213
1314# Make data
Original file line number Diff line number Diff line change 77"""
88import matplotlib .pyplot as plt
99import numpy as np
10+
1011plt .style .use ('_mpl-gallery' )
1112
1213# make data:
You can’t perform that action at this time.
0 commit comments