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: doc/python/v4-migration.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ Prior to version 4, when plotly.py was passed a `datetime` that included a timez
270
270
271
271
<!-- #region -->
272
272
### 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`.
274
274
275
275
This new behavior can be disabled by setting the `use_xvfb` orca configuration option to `False` as follows:
276
276
@@ -292,4 +292,3 @@ The legacy online-only `GraphWidget` class has been removed. Please use the `pl
292
292
293
293
#### Import from `graph_objects` instead of `graph_objs`
294
294
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.
0 commit comments