File tree 2 files changed +9
-0
lines changed
packages/python/plotly/plotly/express
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## UNRELEASED
6
+
7
+ ### Added
8
+
9
+ - ` pattern_shape ` options now available in ` px.timeline() `
10
+
5
11
## [ 5.8.2] - 2022-06-10
6
12
7
13
### Fixed
Original file line number Diff line number Diff line change @@ -387,6 +387,7 @@ def timeline(
387
387
x_end = None ,
388
388
y = None ,
389
389
color = None ,
390
+ pattern_shape = None ,
390
391
facet_row = None ,
391
392
facet_col = None ,
392
393
facet_col_wrap = 0 ,
@@ -402,6 +403,8 @@ def timeline(
402
403
labels = None ,
403
404
color_discrete_sequence = None ,
404
405
color_discrete_map = None ,
406
+ pattern_shape_sequence = None ,
407
+ pattern_shape_map = None ,
405
408
color_continuous_scale = None ,
406
409
range_color = None ,
407
410
color_continuous_midpoint = None ,
You can’t perform that action at this time.
0 commit comments