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
+45-42Lines changed: 45 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@ 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
+
## Added
7
+
- dashboards can now be created using the API and uploaded to Plotly. Use `import plotly.dashboard_objs` to be create a dashboard a `Dashboard` object. You can learn more about `Dashboard` objects by running `help(plotly.dashboard_objs.Dashboard)` and `help(plotly.plotly.plotly.dashboard_ops)` for uploading and retrieving dashboards from the cloud.
8
+
6
9
7
10
## [2.0.2] - 2017-02-20
8
11
### Fixed
@@ -58,7 +61,7 @@ gone.
58
61
## [1.12.12] - 2016-12-06
59
62
### Updated
60
63
- Updated `plotly.min.js` to version 1.20.5 for `plotly.offline`.
61
-
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md) for additional information regarding the updates
64
+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md) for additional information regarding the updates
62
65
-`FF.create_scatterplotmatrix` now by default does not show the trace labels for the box plots, only if `diag=box` is selected for the diagonal subplot type.
63
66
64
67
## [1.12.11] - 2016-12-01
@@ -72,7 +75,7 @@ gone.
72
75
73
76
### Added
74
77
- 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.
75
-
- 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).
78
+
- 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).
76
79
-`colors.py` file which contains functions for manipulating and validating colors and arrays of colors
77
80
- 'scale' param in `FF.create_trisurf` which now can set the interpolation on the colorscales
78
81
- animations now work in offline mode. By running `plotly.offline.plot()` and `plotly.offline.iplot()` with a `fig` with `frames`, the resulting plot will cycle through the figures defined in `frames` either in the browser or in an ipython notebook respectively. Here's an example:
@@ -191,14 +194,14 @@ Then, whenever you update the data in `'my-grid'`, the associated plot will upda
191
194
## [1.12.7] - 2016-08-17
192
195
### Fixed
193
196
- Edited `plotly.min.js` due to issue using `iplot` to plot offline in Jupyter Notebooks
194
-
- 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.
197
+
- 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.
195
198
196
199
## [1.12.6] - 2016-08-09
197
200
### Updated
198
201
- Updated `plotly.min.js` from 1.14.1 to 1.16.2
199
-
- Trace type scattermapbox is now part of the main bundle
- Numerous additions and changes where made to the mapbox layout layers attributes
223
-
- Attribute line.color in scatter3d traces now support color scales
224
-
- Layout shapes can now be moved and resized (except for 'path' shapes) in editable contexts
225
-
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1141----2016-06-28) for additional information regarding the updates
225
+
- Numerous additions and changes where made to the mapbox layout layers attributes
226
+
- Attribute line.color in scatter3d traces now support color scales
227
+
- Layout shapes can now be moved and resized (except for 'path' shapes) in editable contexts
228
+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1141----2016-06-28) for additional information regarding the updates
- Updated plotly.min.js so the offline mode is using plotly.js v1.13.0
234
-
- Fix `Plotly.toImage` and `Plotly.downloadImage` bug specific to Chrome 51 on OSX
235
-
- Beta version of the scattermapbox trace type - which allows users to create mapbox-gl maps using the plotly.js API. Note that scattermapbox is only available through custom bundling in this release.
236
-
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1130----2016-05-26) for additional additions and updates.
237
+
- Fix `Plotly.toImage` and `Plotly.downloadImage` bug specific to Chrome 51 on OSX
238
+
- Beta version of the scattermapbox trace type - which allows users to create mapbox-gl maps using the plotly.js API. Note that scattermapbox is only available through custom bundling in this release.
239
+
- See [the plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1130----2016-05-26) for additional additions and updates.
237
240
238
241
### Added
239
242
- The FigureFactory can now create gantt charts with `.create_gantt`. Check it out with:
- Updated plotly.min.js so the offline mode is using plotly.js v1.12.0
269
-
- Light position is now configurable in surface traces
270
-
- surface and mesh3d lighting attributes are now accompanied with comprehensive descriptions
272
+
- Light position is now configurable in surface traces
273
+
- surface and mesh3d lighting attributes are now accompanied with comprehensive descriptions
271
274
272
275
- Allowed `create_scatterplotmatrix` and `create_trisurf` to use divergent and categorical colormaps. The parameter `palette` has been replaced by `colormap` and `use_palette` has been removed. In `create_scatterplotmatrix`, users can now:
273
-
- Input a list of different color types (hex, tuple, rgb) to `colormap` to map colors divergently
274
-
- Use the same list to categorically group the items in the index column
275
-
- Pass a singlton color type to `colormap` to color all the data with one color
276
-
- Input a dictionary to `colormap` to map index values to a specific color
277
-
- 'cat' and 'seq' are valid options for `colormap_type`, which specify the type of colormap being used
276
+
- Input a list of different color types (hex, tuple, rgb) to `colormap` to map colors divergently
277
+
- Use the same list to categorically group the items in the index column
278
+
- Pass a singlton color type to `colormap` to color all the data with one color
279
+
- Input a dictionary to `colormap` to map index values to a specific color
280
+
- 'cat' and 'seq' are valid options for `colormap_type`, which specify the type of colormap being used
278
281
279
282
- In `create_trisurf`, the parameter `dist_func` has been replaced by `color_func`. Users can now:
280
-
- Input a list of different color types (hex, tuple, rgb) to `colormap` to map colors divergently
281
-
- Input a list|array of hex and rgb colors to `color_func` to assign each simplex to a color
283
+
- Input a list of different color types (hex, tuple, rgb) to `colormap` to map colors divergently
284
+
- Input a list|array of hex and rgb colors to `color_func` to assign each simplex to a color
282
285
283
286
### Added
284
287
- Added the option to load plotly.js from a CDN by setting the parameter `connected=True`
- Updated plotly.min.js so offline is using plotly.js v1.9.0
343
-
- Added Ternary plots with support for scatter traces (trace type `scatterternary`, currently only available in offline mode)
344
-
- For comprehensive update list see the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)
346
+
- Added Ternary plots with support for scatter traces (trace type `scatterternary`, currently only available in offline mode)
347
+
- For comprehensive update list see the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)
345
348
346
349
## [1.9.7] - 2016-04-04
347
350
### Fixed
348
351
- Offline mode will no longer delete the Jupyter Notebook's require, requirejs, and define variables.
349
352
350
353
### Updated
351
354
- Updated plotly.min.js so offline is using plotly.js v1.8.0
352
-
- Added range selector functionality for cartesian plots
353
-
- Added range slider functionality for scatter traces
354
-
- Added custom surface color functionality
355
-
- Added ability to subplot multiple graph types (SVG cartesian, 3D, maps, pie charts)
356
-
- For comprehensive update list see the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)
355
+
- Added range selector functionality for cartesian plots
356
+
- Added range slider functionality for scatter traces
357
+
- Added custom surface color functionality
358
+
- Added ability to subplot multiple graph types (SVG cartesian, 3D, maps, pie charts)
359
+
- For comprehensive update list see the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)
357
360
358
361
## [1.9.6] - 2016-02-18
359
362
### Updated
@@ -528,18 +531,18 @@ it does.
528
531
### Removed
529
532
-`height` and `width` are no longer accepted in `iplot`. Just stick them into your figure's layout instead, it'll be more consistent when you view it outside of the IPython notebook environment. So, instead of this:
0 commit comments