Skip to content

Commit 31f6645

Browse files
committed
Revert "make anchor_mode default"
This reverts commit e1c5ecc.
1 parent e1c5ecc commit 31f6645

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ultraplot/axes/cartesian.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,6 @@ def _update_rotation(self, s, *, rotation=None):
825825
kw = {"rotation": rotation}
826826
if rotation not in (0, 90, -90):
827827
kw["ha"] = "right" if rotation > 0 else "left"
828-
kw["rotation_mode"] = "anchor"
829828
for label in axis.get_ticklabels():
830829
label.update(kw)
831830
setattr(self, current, rotation)

0 commit comments

Comments
 (0)