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

Function xlim

bqplot/pyplot.py:281–284  ·  view source on GitHub ↗

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

(min, max)

Source from the content-addressed store, hash-verified

279
280
281def xlim(min, max):
282 """Set the domain bounds of the current 'x' scale.
283 """
284 return set_lim(min, max, 'x')
285
286
287def ylim(min, max):

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…