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

Function test_explorer_basic

hvplot/tests/testui.py:21–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20
21def test_explorer_basic():
22 explorer = hvplot.explorer(df)
23
24 assert isinstance(explorer, hvDataFrameExplorer)
25 assert explorer.kind == 'scatter'
26 assert explorer.x == 'index'
27 assert explorer.y == 'species'
28
29
30def test_explorer_settings():

Callers

nothing calls this directly

Calls 1

explorerMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…