Skip to content

Commit 0915653

Browse files
committed
use a better default azim/elev for viscm 3d plot
1 parent 6e484e3 commit 0915653

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pycam02ucs/cm/viscm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def anom(ax, mat, name):
291291
self.gamut_patch.set_edgecolor([0.2, 0.2, 0.2, 0.1])
292292
ax.add_collection3d(self.gamut_patch)
293293
self.gamut_patch.set_visible(show_gamut)
294+
ax.view_init(elev=75, azim=-75)
294295

295296
self.gamut_patch_toggle = Button(axes['gamut-toggle'], "Toggle gamut")
296297
def toggle(*args):

0 commit comments

Comments
 (0)