Skip to content

Commit f63c801

Browse files
committed
Update CHANGELOG.md
1 parent b138b18 commit f63c801

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ Note: This is a backwards incompatible change.
1313
- Light position is now configurable in surface traces
1414
- surface and mesh3d lighting attributes are now accompanied with comprehensive descriptions
1515

16+
- Allowed `create_scatterplotmatrix` and `create_trisurf` to use divergent and categorical colormaps. The parameter `palette` has been replaced by `colormap` and `use_palette` has been removed. In `create_scatterplotmatrix`, users can now:
17+
- Input a list of different color types (hex, tuple, rgb) to `colormap` to map colors divergently
18+
- Use the same list to categorically group the items in the index column
19+
- Pass a singlton color type to `colormap` to color all the data with one color
20+
- Input a dictionary to `colormap` to map index values to a specific color
21+
- 'cat' and 'seq' are valid options for `colormap_type`, which specify the type of colormap being used
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
26+
1627
### Added
1728
- Added the option to load plotly.js from a CDN by setting the parameter `connected=True`
1829
in the `init_notebook_mode()` function call

0 commit comments

Comments
 (0)