8000 no draw_no_output · matplotlib/matplotlib@83b0190 · GitHub
[go: up one dir, main page]

Skip to content

Commit 83b0190

Browse files
authored
no draw_no_output
1 parent 00acdbb commit 83b0190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ def test_subfigure_ticks():
10401040
ax3 = subfig_bl.add_subplot(gs[0, 3:14], sharey=ax1)
10411041

10421042
fig.set_dpi(120)
1043-
fig.draw_no_output()
1043+
fig.canvas.draw()
10441044
ticks120 = ax2.get_xticks()
10451045
fig.set_dpi(300)
10461046
fig.canvas.draw()

0 commit comments

Comments
 (0)
0