8000 FIX small flake8 error · matplotlib/matplotlib@7cc023c · GitHub
[go: up one dir, main page]

Skip to content

Commit 7cc023c

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)
0