Skip to content

Commit 35d90f3

Browse files
authored
Update doc/_embedded_plots/figure_subplots_adjust.py
fix flake8
1 parent ceb901c commit 35d90f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/_embedded_plots/figure_subplots_adjust.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
overlay = fig.add_axes([0, 0, 1, 1], zorder=100)
99
overlay.axis("off")
10-
xycoords='figure fraction'
11-
arrowprops=dict(arrowstyle="<->", shrinkA=0, shrinkB=0)
10+
xycoords = 'figure fraction'
11+
arrowprops = dict(arrowstyle="<->", shrinkA=0, shrinkB=0)
1212

1313
for ax in axs.flat:
1414
ax.set(xticks=[], yticks=[])

0 commit comments

Comments
 (0)