MCPcopy Create free account
hub / github.com/holoviz/hvplot / StatusBar

Class StatusBar

hvplot/ui.py:497–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495
496
497class StatusBar(param.Parameterized):
498 live_update = param.Boolean(
499 default=True,
500 doc="""
501 Whether to automatically update the plot when a param is changed""",
502 )
503
504
505class hvPlotExplorer(Viewer):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…