Skip to content

Commit 4ebeee5

Browse files
committed
Reenable plots in tight layout demo
1 parent 8917da0 commit 4ebeee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pylab_examples/demo_tight_layout.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ def example_plot(ax):
9494
ax4 = fig.add_subplot(gs2[0])
9595
ax5 = fig.add_subplot(gs2[1])
9696

97-
#example_plot(ax4)
98-
#example_plot(ax5)
97+
example_plot(ax4)
98+
example_plot(ax5)
9999

100100
with warnings.catch_warnings():
101101
# This raises warnings since tight layout cannot

0 commit comments

Comments
 (0)