Skip to content

Commit 7349e7a

Browse files
committed
1.12.10 release data
1 parent 4678ddd commit 7349e7a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
7+
## [1.12.10] - 2016-11-28
68
### Updated
79
- `FF.create_violin` and `FF.create_scatterplotmatrix` now by default do not print subplot grid information in output
810
- 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.
911

1012
### 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.
1214
- 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).
1315
- `colors.py` file which contains functions for manipulating and validating colors and arrays of colors
1416
- 'scale' param in `FF.create_trisurf` which now can set the interpolation on the colorscales
@@ -46,7 +48,7 @@ c1 = Column([6, 6, 6, 5], 'column 1')
4648
c2 = Column(['a', 'b', 'c', 'd'], 'column 2')
4749
g = Grid([c1, c2])
4850
49-
# Upload the grid
51+
# Upload the grid
5052
py.grid_ops.upload(g, 'my-grid', auto_open=False)
5153
5254
# 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
6062
- the colorbar in `.create_trisurf` now displays properly in `offline mode`.
6163

6264
### 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
6466
- `edges_color` is now a param in `.create_trisurf` which only takes `rgb` values at the moment
6567

6668
## [1.12.8] - 2016-08-18
6769
### 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.
6971

7072
## [1.12.7] - 2016-08-17
7173
### Fixed
7274
- 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.
7476

7577
## [1.12.6] - 2016-08-09
7678
### Updated

0 commit comments

Comments
 (0)