Skip to content

Commit 25c088b

Browse files
committed
Share axis
1 parent 4c1eecc commit 25c088b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel/simdec_app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def figure_pn(res, res2, palette, n_bins, xlim, ylim, r_scatter, kind, output_na
225225
ax.set(xlabel=output_name)
226226
ax.set_xlim(xlim)
227227
else:
228-
fig, axs = plt.subplots(2, 2)
228+
fig, axs = plt.subplots(2, 2, sharex="col", sharey="row")
229229

230230
axs[0][1].axison = False
231231

0 commit comments

Comments
 (0)