Skip to content

Commit 7bc099d

Browse files
committed
only adjust other
1 parent 3acd648 commit 7bc099d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ultraplot/axes/plot.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4727,9 +4727,6 @@ def _add_bar_labels(
47274727
new_lim = (current_lim[0], max_extent + padding)
47284728
getattr(self, f"set_{which}lim")(new_lim)
47294729

4730-
# Keep the other axis unchanged
4731-
getattr(self, f"set_{other_which}lim")(other_lim)
4732-
47334730
return bar_labels
47344731

47354732
@inputs._preprocess_or_redirect("x", "height", "width", "bottom")

0 commit comments

Comments
 (0)