Skip to content

Commit c71ab58

Browse files
committed
Revert to arcball style
Change default mouse rotation style to arcball
1 parent b62ee99 commit c71ab58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/mpl-data/matplotlibrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
#axes3d.yaxis.panecolor: (0.90, 0.90, 0.90, 0.5) # background pane on 3D axes
434434
#axes3d.zaxis.panecolor: (0.925, 0.925, 0.925, 0.5) # background pane on 3D axes
435435

436-
#axes3d.mouserotationstyle: trackball # {azel, trackball, sphere, arcball}
436+
#axes3d.mouserotationstyle: arcball # {azel, trackball, sphere, arcball}
437437
# See also https://matplotlib.org/stable/api/toolkits/mplot3d/view_angles.html#rotation-with-mouse
438438
#axes3d.trackballsize: 0.667 # trackball diameter, in units of the Axes bbox
439439
#axes3d.trackballborder: 0.2 # trackball border width, in units of the Axes bbox (only for 'sphere' and 'arcball' style)

0 commit comments

Comments
 (0)