Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.py
/ use_xvfb
Method
use_xvfb
plotly/io/_orca.py:655–657 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
653
654
@property
655
def
use_xvfb(self):
656
dflt =
"auto"
657
return
self._props.get(
"use_xvfb"
, dflt)
658
659
@use_xvfb.setter
660
def
use_xvfb(self, val):
Callers
nothing calls this directly
Calls
4
reset_status
Function · 0.85
get
Method · 0.45
pop
Method · 0.45
format
Method · 0.45
Tested by
no test coverage detected