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

Function test_pandas_plot_reuse_plot_dropped

hvplot/tests/testplotting.py:135–139  ·  view source on GitHub ↗
(plotting_backend)

Source from the content-addressed store, hash-verified

133
134
135def test_pandas_plot_reuse_plot_dropped(plotting_backend):
136 df = pd.DataFrame([0, 1, 2])
137 with patch('hvplot.plotting.hvPlotTabular.__call__') as hvcall:
138 df.plot.line(reuse_plot=True)
139 hvcall.assert_called_with(kind='line')
140
141
142def test_pandas_plot_sharexy_handled(plotting_backend):

Callers

nothing calls this directly

Calls 2

patchFunction · 0.50
lineMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…