Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit effa1fd

Browse files
committed
Update CHANGELOG.md
spacing edit
1 parent f63c801 commit effa1fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Note: This is a backwards incompatible change.
2020
- Input a dictionary to `colormap` to map index values to a specific color
2121
- 'cat' and 'seq' are valid options for `colormap_type`, which specify the type of colormap being used
2222

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
2626

2727
### Added
2828
- Added the option to load plotly.js from a CDN by setting the parameter `connected=True`

0 commit comments

Comments
 (0)