Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 867c3dd + 4e0b740 commit 092fb09Copy full SHA for 092fb09
1 file changed
examples/subplots_axes_and_figures/subplots_demo.py
@@ -187,3 +187,5 @@
187
fig, (ax1, ax2) = plt.subplots(1, 2, subplot_kw=dict(projection='polar'))
188
ax1.plot(x, y)
189
ax2.plot(x, y ** 2)
190
+
191
+plt.show()
0 commit comments