Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
plot_colorbar_center.py
File · 0.80
plot_cartopy_facetgrid.py
File · 0.80
plot_control_colorbar.py
File · 0.80
line
Function · 0.80
__call__
Method · 0.80
test1d
Method · 0.80
test_1d_bool
Method · 0.80
test_1d_x_y_kw
Method · 0.80
test_multiindex_level_as_coord
Method · 0.80
test_line_plot_along_1d_coord
Method · 0.80
test_line_plot_wrong_hue
Method · 0.80
test_2d_before_squeeze
Method · 0.80
Calls
no outgoing calls
Tested by
15
test1d
Method · 0.64
test_1d_bool
Method · 0.64
test_1d_x_y_kw
Method · 0.64
test_multiindex_level_as_coord
Method · 0.64
test_line_plot_along_1d_coord
Method · 0.64
test_line_plot_wrong_hue
Method · 0.64
test_2d_before_squeeze
Method · 0.64
test3d
Method · 0.64
test_geo_data
Method · 0.64
test_datetime_dimension
Method · 0.64
test_date_dimension
Method · 0.64
test_convenient_facetgrid
Method · 0.64