We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e484e3 commit 0915653Copy full SHA for 0915653
1 file changed
pycam02ucs/cm/viscm.py
@@ -291,6 +291,7 @@ def anom(ax, mat, name):
291
self.gamut_patch.set_edgecolor([0.2, 0.2, 0.2, 0.1])
292
ax.add_collection3d(self.gamut_patch)
293
self.gamut_patch.set_visible(show_gamut)
294
+ ax.view_init(elev=75, azim=-75)
295
296
self.gamut_patch_toggle = Button(axes['gamut-toggle'], "Toggle gamut")
297
def toggle(*args):
0 commit comments