Ticklabels in splom with diagonal visible=False are translated

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?

Iā€™m not really sure. This would be a Plotly.js controlled property. Maybe @etienne could chime in?
-Jon

Thanks @empet, this will be fixed in the next release.

2 Likes