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

Function ylim

bqplot/pyplot.py:287–290  ·  view source on GitHub ↗

Set the domain bounds of the current 'y' scale.

(min, max)

Source from the content-addressed store, hash-verified

285
286
287def ylim(min, max):
288 """Set the domain bounds of the current 'y' scale.
289 """
290 return set_lim(min, max, 'y')
291
292
293def set_lim(min, max, name):

Callers

nothing calls this directly

Calls 1

set_limFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…