MCPcopy Index your code
hub / github.com/pydata/xarray / test_plot_rgb_image

Method test_plot_rgb_image

xarray/tests/test_plot.py:2056–2060  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2054 self.plotmethod(x="x2d", y="y2d")
2055
2056 def test_plot_rgb_image(self) -> None:
2057 DataArray(
2058 easy_array((10, 15, 3), start=0), dims=["y", "x", "band"]
2059 ).plot.imshow()
2060 assert 0 == len(find_possible_colorbars())
2061
2062 def test_plot_rgb_image_explicit(self) -> None:
2063 DataArray(

Callers

nothing calls this directly

Calls 4

DataArrayClass · 0.90
easy_arrayFunction · 0.85
find_possible_colorbarsFunction · 0.85
imshowMethod · 0.80

Tested by

no test coverage detected