MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_ylabel

Method get_ylabel

lib/matplotlib/axes/_base.py:3984–3989  ·  view source on GitHub ↗

Get the ylabel text string.

(self)

Source from the content-addressed store, hash-verified

3982 doc_sub={"Axis.set_ticks": "Axes.set_xticks"})
3983
3984 def get_ylabel(self):
3985 """
3986 Get the ylabel text string.
3987 """
3988 label = self.yaxis.label
3989 return label.get_text()
3990
3991 def set_ylabel(self, ylabel, fontdict=None, labelpad=None, *,
3992 loc=None, **kwargs):

Callers 6

align_ylabelsMethod · 0.80
edit_parametersMethod · 0.80
check_ticklabel_visibleFunction · 0.80
test_colorbar_labelFunction · 0.80
test_get_labelsFunction · 0.80

Calls 1

get_textMethod · 0.45

Tested by 4

check_ticklabel_visibleFunction · 0.64
test_colorbar_labelFunction · 0.64
test_get_labelsFunction · 0.64