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 72d97bc commit 1358f7aCopy full SHA for 1358f7a
examples/decomposition/plot_faces_decomposition.py
@@ -58,7 +58,7 @@ def plot_gallery(title, images, n_col=n_col, n_row=n_row, cmap=plt.cm.gray):
58
facecolor="white",
59
constrained_layout=True,
60
)
61
- fig.set_constrained_layout_pads(w_pad=0.01, h_pad=0.02, hspace=0, wspace=0)
+ fig.get_layout_engine().set(w_pad=0.01, h_pad=0.02, hspace=0, wspace=0)
62
fig.set_edgecolor("black")
63
fig.suptitle(title, size=16)
64
for ax, vec in zip(axs.flat, images):
0 commit comments