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

Class Advanced

hvplot/ui.py:483–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481
482
483class Advanced(Controls):
484 opts = param.Dict(
485 label='HoloViews .opts()',
486 doc="""
487 Options applied via HoloViews .opts().
488 Examples:
489 - image: {"color_levels": 11}
490 - line: {"line_dash": "dashed"}
491 - scatter: {'size': 5, 'marker': '^'}""",
492 )
493
494 _widgets_kwargs = {'opts': {'placeholder': "{'size': 5, 'marker': '^'}"}}
495
496
497class StatusBar(param.Parameterized):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…