Skip to content

Commit c624f74

Browse files
cleanup
1 parent d4f2d59 commit c624f74

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
88

99
- `go.Figure` now has a `set_subplots` method to set subplots on an already
1010
existing figure.
11+
- Added `Turbo` colorscale
1112

1213

1314
## [4.12.1] - UNRELEASED

Diff for: packages/python/plotly/_plotly_utils/colors/_swatches.py

-1
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,3 @@ def _swatches_cyclical(module_names, module_contents, template=None):
156156
title="plotly.colors." + module_names.split(".")[-1], template=args["template"]
157157
)
158158
return fig
159-

0 commit comments

Comments
 (0)