File tree 1 file changed +2
-24
lines changed
1 file changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ See [_Displaying Figures in Python_](/python/renderers/) for more information on
184
184
185
185
plotly.py supports [ static image export] ( https://plotly.com/python/static-image-export/ ) ,
186
186
using the either the [ ` kaleido ` ] ( https://github.com/plotly/Kaleido )
187
- package (recommended, supported as of ` plotly ` version 4.9) or the [ orca] ( https://github.com/plotly/orca )
188
- command line utility (legacy as of ` plotly ` version 4.9 ).
187
+ package (recommended, supported as of ` plotly ` version 4.9) or [ ` orca ` ] ( https://github.com/plotly/orca )
188
+ command line utility (deprecated and will be removed after September 2025 ).
189
189
190
190
#### Kaleido
191
191
@@ -202,28 +202,6 @@ or conda.
202
202
$ conda install -c plotly python-kaleido
203
203
```
204
204
205
- #### Orca
206
-
207
- While Kaleido is now the recommended image export approach because it is easier to install
208
- and more widely compatible, [ static image export] ( https://plotly.com/python/static-image-export/ )
209
- can also be supported
210
- by the legacy [ orca] ( https://github.com/plotly/orca ) command line utility and the
211
- [ ` psutil ` ] ( https://github.com/giampaolo/psutil ) Python package.
212
-
213
- These dependencies can both be installed using conda:
214
-
215
- ```
216
- conda install -c plotly plotly-orca==1.3.1 psutil
217
- ```
218
-
219
- Or, ` psutil ` can be installed using pip...
220
-
221
- ```
222
- pip install psutil
223
- ```
224
-
225
- and orca can be installed according to the instructions in the [ orca README] ( https://github.com/plotly/orca ) .
226
-
227
205
#### Extended Geo Support
228
206
229
207
Some plotly.py features rely on fairly large geographic shape files. The county
You can’t perform that action at this time.
0 commit comments