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

Method test_plot_rgb_image_explicit

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

Source from the content-addressed store, hash-verified

2060 assert 0 == len(find_possible_colorbars())
2061
2062 def test_plot_rgb_image_explicit(self) -> None:
2063 DataArray(
2064 easy_array((10, 15, 3), start=0), dims=["y", "x", "band"]
2065 ).plot.imshow(y="y", x="x", rgb="band")
2066 assert 0 == len(find_possible_colorbars())
2067
2068 def test_plot_rgb_faceted(self) -> None:
2069 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