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

Method plot

doc/examples/_code/accessor_example.py:21–23  ·  view source on GitHub ↗

Plot data on a map.

(self)

Source from the content-addressed store, hash-verified

19 return self._center
20
21 def plot(self):
22 """Plot data on a map."""
23 return "plotting!"

Callers 15

lineFunction · 0.80
__call__Method · 0.80
test1dMethod · 0.80
test_1d_boolMethod · 0.80
test_1d_x_y_kwMethod · 0.80

Calls

no outgoing calls

Tested by 15

test1dMethod · 0.64
test_1d_boolMethod · 0.64
test_1d_x_y_kwMethod · 0.64
test3dMethod · 0.64
test_geo_dataMethod · 0.64
test_date_dimensionMethod · 0.64