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.
1 parent ceb901c commit 35d90f3Copy full SHA for 35d90f3
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