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

Function ylabel

bqplot/pyplot.py:400–409  ·  view source on GitHub ↗

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

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

Source from the content-addressed store, hash-verified

398
399
400def ylabel(label=None, mark=None, **kwargs):
401 """Sets the value of label for an axis whose associated scale has the
402 dimension `y`.
403
404 Parameters
405 ----------
406 label: Unicode or None (default: None)
407 The label for y axis
408 """
409 _set_label(label, mark, 'y', **kwargs)
410
411
412def grids(fig=None, value='solid'):

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…