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
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,14 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [Unreleased]
6
+
7
+
## [1.12.10] - 2016-11-28
6
8
### Updated
7
9
-`FF.create_violin` and `FF.create_scatterplotmatrix` now by default do not print subplot grid information in output
8
10
- Removed alert that occured when downloading plot images offline. Please note: for higher resolution images and more export options, consider making requests to our image servers. See: `help(py.image)` for more details.
9
11
10
12
### Added
11
-
- 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.
13
+
- 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.
12
14
- 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).
13
15
-`colors.py` file which contains functions for manipulating and validating colors and arrays of colors
14
16
- 'scale' param in `FF.create_trisurf` which now can set the interpolation on the colorscales
# Make a graph that with data that is referenced from that grid
@@ -60,17 +62,17 @@ Then, whenever you update the data in `'my-grid'`, the associated plot will upda
60
62
- the colorbar in `.create_trisurf` now displays properly in `offline mode`.
61
63
62
64
### Updated
63
-
- the colorbar in `.create_trisurf` now displays the appropriate max and min values on the ends of the bar which corresponding to the coloring metric of the figure
65
+
- the colorbar in `.create_trisurf` now displays the appropriate max and min values on the ends of the bar which corresponding to the coloring metric of the figure
64
66
-`edges_color` is now a param in `.create_trisurf` which only takes `rgb` values at the moment
65
67
66
68
## [1.12.8] - 2016-08-18
67
69
### Fixed
68
-
- Fixed color bug with trisurf plots where certain triangles were colored strangely. The coordinates of `rgb(...)` are now rounded to their nearest integer (using Python3 method of rounding), then placed in the color string to fix the issue.
70
+
- Fixed color bug with trisurf plots where certain triangles were colored strangely. The coordinates of `rgb(...)` are now rounded to their nearest integer (using Python3 method of rounding), then placed in the color string to fix the issue.
69
71
70
72
## [1.12.7] - 2016-08-17
71
73
### Fixed
72
74
- Edited `plotly.min.js` due to issue using `iplot` to plot offline in Jupyter Notebooks
73
-
- Please note that `plotly.min.js` may be cached in your Jupyter Notebook. Therefore, if you continue to experience this issue after upgrading the Plotly package please open a new notebook or clear the cache to ensure the correct `plotly.min.js` is referenced.
75
+
- Please note that `plotly.min.js` may be cached in your Jupyter Notebook. Therefore, if you continue to experience this issue after upgrading the Plotly package please open a new notebook or clear the cache to ensure the correct `plotly.min.js` is referenced.
0 commit comments