Skip to content

Commit e126be8

Browse files
Merge pull request #2017 from plotly/bar_polar_color
add continuous color to bar_polar
2 parents 7a79302 + 7fe24a0 commit e126be8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/python/plotly/plotly/express/_chart_types.py

+3
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,9 @@ def bar_polar(
808808
labels={},
809809
color_discrete_sequence=None,
810810
color_discrete_map={},
811+
color_continuous_scale=None,
812+
range_color=None,
813+
color_continuous_midpoint=None,
811814
barnorm=None,
812815
barmode="relative",
813816
direction="clockwise",

0 commit comments

Comments
 (0)