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

Class TestXarrayCticks

hvplot/tests/testoptions.py:724–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722
723@pytest.mark.usefixtures('load_xarray_accessor')
724class TestXarrayCticks:
725 def test_cticks(self, da2):
726 plot = da2.isel(other=0).hvplot(cticks=[5, 10])
727 handles = hv.renderer('bokeh').get_plot(plot).handles
728 assert handles['colorbar'].ticker.ticks == [5, 10]
729
730
731def test_subcoordinate_y_bool(load_pandas_accessor):

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…