We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c77af commit b81427cCopy full SHA for b81427c
1 file changed
doc/_embedded_plots/figure_subplots_adjust.py
@@ -7,8 +7,8 @@
7
8
overlay = fig.add_axes([0, 0, 1, 1], zorder=100)
9
overlay.axis("off")
10
-xycoords='figure fraction'
11
-arrowprops=dict(arrowstyle="<->", shrinkA=0, shrinkB=0)
+xycoords = 'figure fraction'
+arrowprops = dict(arrowstyle="<->", shrinkA=0, shrinkB=0)
12
13
for ax in axs.flat:
14
ax.set(xticks=[], yticks=[])
0 commit comments