Skip to content

Commit 060a397

Browse files
committed
FIX: better indexing
1 parent 9c8a943 commit 060a397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_constrainedlayout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,4 +566,4 @@ def test_gridspec_addressing():
566566
fig = plt.figure()
567567
gs = fig.add_gridspec(3, 3)
568568
sp = fig.add_subplot(gs[0:, 1:])
569-
fig.draw_without_rendering()
569+
fig.draw_without_rendering()

0 commit comments

Comments
 (0)