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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
### Removed
8
8
- Remove the deprecated Figure Factory functions `create_2d_density`, `create_annotated_heatmap`, `create_bullet`, `create_candlestick`, `create_choropleth`, `create_distplot`, `create_facet_grid`, `create_gantt`, `create_hexbin_mapbox`, `create_ohlc`, `create_scatterplotmatrix`, and `create_violin`[[#5627](https://github.com/plotly/plotly.py/pull/5627)]
9
+
- Remove support for Kaleido versions less than v1.0.0 for static image generation [[#5677](https://github.com/plotly/plotly.py/pull/5677)]
10
+
- Remove support for Orca for static image generation [[#5677](https://github.com/plotly/plotly.py/pull/5677)]
11
+
- Remove `engine` argument from functions `fig.write_image()`,`fig.to_image()`, `pio.write_image()`, `pio.write_images()`, `pio.to_image()`, `pio.full_figure_for_development()`, and from renderer constructors [[#5677](https://github.com/plotly/plotly.py/pull/5677)]
9
12
10
13
### Fixed
11
14
- Raise a clear `ValueError` when an unsupported marginal plot type is passed to Plotly Express, instead of failing later with a cryptic `'NoneType' object has no attribute 'constructor'` message [[#5625](https://github.com/plotly/plotly.py/pull/5625)], with thanks to @eugen-goebel for the contribution!
using either the [`kaleido`](https://github.com/plotly/Kaleido)
110
-
package (recommended, supported as of `plotly` version 4.9) or the [orca](https://github.com/plotly/orca)
111
-
command line utility (legacy as of `plotly` version 4.9).
109
+
using the [`kaleido`](https://github.com/plotly/Kaleido)
110
+
package (version 1.0 or greater).
112
111
113
-
#### Kaleido
114
-
115
-
The [`kaleido`](https://github.com/plotly/Kaleido) package has no dependencies and can be installed
112
+
Kaleido has minimal dependencies and can be installed
116
113
using pip
117
114
118
115
```
@@ -125,6 +122,12 @@ or conda
125
122
conda install -c conda-forge python-kaleido
126
123
```
127
124
125
+
Kaleido requires Chrome or Chromium to generate images. By default, Kaleido will use the Chrome or Chromium version already installed on your system. If you don't have it installed or Kaleido can't find it, you may need to install it by running the command:
126
+
127
+
`plotly_get_chrome`
128
+
129
+
on your command line.
130
+
128
131
## Copyright and Licenses
129
132
130
133
Code and documentation copyright 2019 Plotly, Inc.
0 commit comments