Skip to content

Commit 59cf184

Browse files
author
Joseph Damiba
authored
Merge pull request #2162 from superbspeed/patch-1
Edited a typo
2 parents 82f1f6f + 57f3cb4 commit 59cf184

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/python/v4-migration.md

+1-2
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 us used if plotly.py is running 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)