Hi @jmmease,
Answering this question https://community.plotly.com/t/problem-with-scatterplot-matrix-objects-in-subplots/14189/4 I re-ran the notebook that created sploms with plotly 2.7.3.
This figure, named fig1:
copied as fig2, and updated:
fig2=go.FigureWidget(fig1)
fig2.data[0].diagonal.visible=False
has some ticklabels translated inside the missing cells on the diagonal:
.Is this the intended beahviour?