You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,17 @@ Note: This is a backwards incompatible change.
13
13
- Light position is now configurable in surface traces
14
14
- surface and mesh3d lighting attributes are now accompanied with comprehensive descriptions
15
15
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
+
16
27
### Added
17
28
- Added the option to load plotly.js from a CDN by setting the parameter `connected=True`
0 commit comments