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
+13
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
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
+
## [Unreleased]
6
+
### Updated
7
+
-`FF.create_violin` and `FF.create_scatterplotmatrix` now by default do not print subplot grid information in output
8
+
9
+
### Added
10
+
- 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.
11
+
- 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).
12
+
-`colors.py` file which contains functions for manipulating and validating colors and arrays of colors
13
+
- 'scale' param in `FF.create_trisurf` which now can set the interpolation on the colorscales
14
+
15
+
### Fixed
16
+
- Trisurf now uses correct `Plotly Colorscales` when called
17
+
5
18
## [1.12.9] - 2016-08-22
6
19
### Fixed
7
20
- the colorbar in `.create_trisurf` now displays properly in `offline mode`.
To test all imports, manually added following dependencies at runtime:
6
+
```
7
+
- matplotlib
8
+
- numpy
9
+
- ipython
10
+
- ipywidgets
11
+
```
12
+
13
+
I also had to change all `module/submodule` in the test imports to `module.submodule`.
14
+
15
+
Finally, build and test the created version:
16
+
17
+
`conda build plotly`
18
+
19
+
Currently, the updated (version 1.12.4) conda package sits at https://anaconda.org/chohner/plotly. There seems to be an old offial package at https://anaconda.org/plotly/plotly.
0 commit comments