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

Method set_ylabels

xarray/plot/facetgrid.py:909–911  ·  view source on GitHub ↗

Label the y axis on the left column of the grid.

(self, label: str | None = None, **kwargs: Any)

Source from the content-addressed store, hash-verified

907 self._set_labels("x", self._bottom_axes, label, **kwargs)
908
909 def set_ylabels(self, label: str | None = None, **kwargs: Any) -> None:
910 """Label the y axis on the left column of the grid."""
911 self._set_labels("y", self._left_axes, label, **kwargs)
912
913 def set_zlabels(self, label: str | None = None, **kwargs: Any) -> None:
914 """Label the z axis."""

Callers

nothing calls this directly

Calls 1

_set_labelsMethod · 0.95

Tested by

no test coverage detected