Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 325a2db

Browse filesBrowse files
authored
Merge pull request plotly#632 from plotly/fix-scatterplotmatrix-labels
fix-remove-scatterplot-labels
2 parents 7907ec4 + 9427a5b commit 325a2db
Copy full SHA for 325a2db

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎plotly/tools.py

Copy file name to clipboardExpand all lines: plotly/tools.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4573,7 +4573,7 @@ def _hide_tick_labels_from_box_subplots(fig):
45734573
# stores the xaxes which correspond to boxplot subplots
45744574
# since we use xaxis1, xaxis2, etc, in plotly.py
45754575
boxplot_xaxes.append(
4576-
'xaxis{}'.format(trace['xaxis'][-1])
4576+
'xaxis{}'.format(trace['xaxis'][1:])
45774577
)
45784578
for xaxis in boxplot_xaxes:
45794579
fig['layout'][xaxis]['showticklabels'] = False

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.