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

Method axes

xarray/plot/facetgrid.py:321–330  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

319
320 @property
321 def axes(self) -> np.ndarray:
322 warnings.warn(
323 (
324 "self.axes is deprecated since 2022.11 in order to align with "
325 "matplotlibs plt.subplots, use self.axs instead."
326 ),
327 FutureWarning,
328 stacklevel=2,
329 )
330 return self.axs
331
332 @axes.setter
333 def axes(self, axs: np.ndarray) -> None:

Callers 5

_maybe_gcaFunction · 0.80
test_get_axisFunction · 0.80
test_maybe_gcaFunction · 0.80

Calls

no outgoing calls

Tested by 4

test_get_axisFunction · 0.64
test_maybe_gcaFunction · 0.64