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
+6-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
## [Unreleased]
6
6
### Added
7
7
- Plot configuration options for offline plots. See the list of [configuration options](https://github.com/Rikorose/plotly.py/blob/master/plotly/offline/offline.py#L189) and [examples](https://plot.ly/javascript/configuration-options/) for more information.
8
-
- Please note that these configuration options are for offline plots ONLY. For configuration options when embedding online plots please see our [embed tutorial](http://help.plot.ly/embed-graphs-in-websites/#step-8-customize-the-iframe).
8
+
- Please note that these configuration options are for offline plots ONLY. For configuration options when embedding online plots please see our [embed tutorial](http://help.plot.ly/embed-graphs-in-websites/#step-8-customize-the-iframe).
9
+
-`colors.py` file which contains functions for manipulating and validating colors and arrays of colors
10
+
- 'scale' param in `FF.create_trisurf` which now can set the interpolation on the colorscales
11
+
12
+
### Fixed
13
+
- Trisurf now uses correct `Plotly Colorscales` when called
0 commit comments