Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 57f3cb4

Browse filesBrowse files
Update doc/python/v4-migration.md
Co-Authored-By: Emmanuelle Gouillart <emma@plot.ly>
1 parent b0375f5 commit 57f3cb4
Copy full SHA for 57f3cb4

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎doc/python/v4-migration.md

Copy file name to clipboardExpand all lines: doc/python/v4-migration.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Prior to version 4, when plotly.py was passed a `datetime` that included a timez
270270

271271
<!-- #region -->
272272
### Headless image export on Linux with Xvfb.
273-
In version 4, the static image export logic attempts to automatically detect whether to call the orca image export utility using Xvfb. Xvfb is needed for orca to work in a Linux environment if an X11 display server is not available. By default, Xvfb is used on Linux if no X11 display server is detected and `Xvfb` is available on the system `PATH`.
273+
In version 4, the static image export logic attempts to automatically detect whether to call the orca image export utility using Xvfb. Xvfb is needed for orca to work in a Linux environment if an X11 display server is not available. By default, Xvfb is used if plotly.py is running on Linux if no X11 display server is detected and `Xvfb` is available on the system `PATH`.
274274

275275
This new behavior can be disabled by setting the `use_xvfb` orca configuration option to `False` as follows:
276276

@@ -292,4 +292,3 @@ The legacy online-only `GraphWidget` class has been removed. Please use the `pl
292292

293293
#### Import from `graph_objects` instead of `graph_objs`
294294
The legacy `plotly.graph_objs` package has been aliased as `plotly.graph_objects` because the latter is much easier to communicate verbally. The `plotly.graph_objs` package is still available for backward compatibility.
295-

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.