Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ultraplot/tests/test_subplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,7 @@ def test_outside_labels_with_panels():
fig, ax = uplt.subplots(
ncols=2,
nrows=2,
share=True,
)
# Create extreme case where we add a lot of panels
# This should push the left labels further left
Expand Down
Loading