File tree 1 file changed +3
-3
lines changed
Filter options
1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ Note: This is a backwards incompatible change.
20
20
- Input a dictionary to `colormap` to map index values to a specific color
21
21
- 'cat' and 'seq' are valid options for `colormap_type`, which specify the type of colormap being used
22
22
23
- -In ` create_trisurf ` , the parameter ` dist_func ` has been replaced by ` color_func ` . Users can now:
24
- -Input a list of different color types (hex, tuple, rgb) to ` colormap ` to map colors divergently
25
- -Input a list|array of hex and rgb colors to ` color_func ` to assign each simplex to a color
23
+ - In ` create_trisurf ` , the parameter ` dist_func ` has been replaced by ` color_func ` . Users can now:
24
+ - Input a list of different color types (hex, tuple, rgb) to `colormap` to map colors divergently
25
+ - Input a list|array of hex and rgb colors to `color_func` to assign each simplex to a color
26
26
27
27
### Added
28
28
- Added the option to load plotly.js from a CDN by setting the parameter ` connected=True `
You can’t perform that action at this time.
0 commit comments