8000 Update test_axes.py · matplotlib/matplotlib@d63cc6c · GitHub
[go: up one dir, main page]

Skip to content

Commit d63cc6c

Browse files
authored
Update test_axes.py
1 parent 77d9fa4 commit d63cc6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ def test_arrow_empty():
386386
def test_arrow_in_view():
387387
fig, ax = plt.subplots()
388388
ax.arrow(1, 1, 1, 1)
389-
assert ax.get_xlim() == (0.8, 0.2)
390-
assert ax.get_ylim() == (5, 5)
389+
assert ax.get_xlim() == (0.8, 2.2)
390+
assert ax.get_ylim() == (0.8, 2.2)
391391

392392

393393
def test_annotate_default_arrow():

0 commit comments

Comments
 (0)
0