MCPcopy Index your code
hub / github.com/bqplot/bqplot / xlabel

Function xlabel

bqplot/pyplot.py:388–397  ·  view source on GitHub ↗

Sets the value of label for an axis whose associated scale has the dimension `x`. Parameters ---------- label: Unicode or None (default: None) The label for x axis

(label=None, mark=None, **kwargs)

Source from the content-addressed store, hash-verified

386
387
388def xlabel(label=None, mark=None, **kwargs):
389 """Sets the value of label for an axis whose associated scale has the
390 dimension `x`.
391
392 Parameters
393 ----------
394 label: Unicode or None (default: None)
395 The label for x axis
396 """
397 _set_label(label, mark, 'x', **kwargs)
398
399
400def ylabel(label=None, mark=None, **kwargs):

Callers

nothing calls this directly

Calls 1

_set_labelFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…