Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit a0071f9

Browse files
tweak
1 parent 9934f51 commit a0071f9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jupyter:
55
text_representation:
66
extension: .md
77
format_name: markdown
8-
format_version: "1.1"
8+
format_version: '1.1'
99
jupytext_version: 1.1.1
1010
kernelspec:
1111
display_name: Python 3

plotly_express/_core.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -845,11 +845,7 @@ def make_figure(args, constructor, trace_patch={}, layout_patch={}):
845845
)
846846
if trace_spec.constructor in [go.Bar, go.Violin, go.Box, go.Histogram]:
847847
trace.update(alignmentgroup=True, offsetgroup=trace_name)
848-
if trace_spec.constructor not in [
849-
go.Parcats,
850-
go.Parcoords,
851-
go.Histogram2dContour,
852-
]:
848+
if trace_spec.constructor not in [go.Parcats, go.Parcoords]:
853849
trace.update(hoverlabel=dict(namelength=0))
854850
trace_names.add(trace_name)
855851
for i, m in enumerate(grouped_mappings):

0 commit comments

Comments
 (0)