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

Function plotting_backend

hvplot/tests/testplotting.py:34–40  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

32
33@pytest.fixture(params=['holoviews', 'hvplot'])
34def plotting_backend(request):
35 initial_backend = pd.options.plotting.backend
36 pd.options.plotting.backend = request.param
37 try:
38 yield request.param
39 finally:
40 pd.options.plotting.backend = initial_backend
41
42
43@pytest.mark.parametrize('kind,el', no_args_mapping)

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…