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

Skip to content

Commit 7cc023c

Browse files
authored
FIX small flake8 error
1 parent 517b7d1 commit 7cc023c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/subplots_axes_and_figures/subplots_demo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,3 @@
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-

0 commit comments

Comments
 (0)