Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f459796

Browse files
authored
Merge pull request #13512 from meeseeksmachine/auto-backport-of-pr-13511-on-v3.1.x
Backport PR #13511 on branch v3.1.x (Add missing plt.show() at end of example.)
2 parents 76ed035 + c9089b0 commit f459796

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

examples/subplots_axes_and_figures/subplots_demo.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,5 @@
187187
fig, (ax1, ax2) = plt.subplots(1, 2, subplot_kw=dict(projection='polar'))
188188
ax1.plot(x, y)
189189
ax2.plot(x, y ** 2)
190+
191+
plt.show()

0 commit comments

Comments
 (0)