Skip to content
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
cvanelteren and Copilot authored Mar 17, 2026
commit 4e1199e1f42f2b9243805d21596020a12232f459
2 changes: 1 addition & 1 deletion ultraplot/tests/test_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_figure_stagger_text_accepts_single_subplot():
assert _text_bbox(right[0], renderer).overlaps(_text_bbox(right[1], renderer))


def test_figure_stagger_text_passes_both_direction():
def test_figure_stagger_text_supports_both_directions():
fig, axs = uplt.subplots(ncols=2)
artists = [
axs[1].text(
Expand Down
Loading