Skip to content

Commit c947700

Browse files
committed
Switch gallery layout from tight to constrained
1 parent 1dee172 commit c947700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/examples/subplots_axes_and_figures/align_labels_demo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import matplotlib.pyplot as plt
1616
import numpy as np
1717

18-
fig, axs = plt.subplots(2, 2, layout='tight')
18+
fig, axs = plt.subplots(2, 2, layout='constrained')
1919

2020
ax = axs[0][0]
2121
ax.plot(np.arange(0, 1e6, 1000))

0 commit comments

Comments
 (0)