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.
2 parents 7907ec4 + 9427a5b commit 325a2dbCopy full SHA for 325a2db
plotly/tools.py
@@ -4573,7 +4573,7 @@ def _hide_tick_labels_from_box_subplots(fig):
4573
# stores the xaxes which correspond to boxplot subplots
4574
# since we use xaxis1, xaxis2, etc, in plotly.py
4575
boxplot_xaxes.append(
4576
- 'xaxis{}'.format(trace['xaxis'][-1])
+ 'xaxis{}'.format(trace['xaxis'][1:])
4577
)
4578
for xaxis in boxplot_xaxes:
4579
fig['layout'][xaxis]['showticklabels'] = False
0 commit comments