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

Method test_dataarray_4d_line_no_title

hvplot/tests/testoptions.py:695–698  ·  view source on GitHub ↗
(self, da, backend)

Source from the content-addressed store, hash-verified

693 assert opts.kwargs['title'] == 'title'
694
695 def test_dataarray_4d_line_no_title(self, da, backend):
696 plot = da.hvplot.line(dynamic=False) # Line plot with widgets
697 opts = Store.lookup_options(backend, plot.last, 'plot')
698 assert 'title' not in opts.kwargs
699
700 def test_dataarray_3d_histogram_with_title(self, da, backend):
701 da_sel = da.sel(time=0)

Callers

nothing calls this directly

Calls 1

lineMethod · 0.45

Tested by

no test coverage detected