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

Function _get_context_scale

bqplot/pyplot.py:1076–1085  ·  view source on GitHub ↗

Return the scale instance in the current context for a given dimension. Parameters ---------- dimension: string The dimension along which the current context scale is to be fetched.

(dimension)

Source from the content-addressed store, hash-verified

1074
1075
1076def _get_context_scale(dimension):
1077 """Return the scale instance in the current context for a given dimension.
1078
1079 Parameters
1080 ----------
1081
1082 dimension: string
1083 The dimension along which the current context scale is to be fetched.
1084 """
1085 return _context['scales'][dimension]
1086
1087
1088def _create_selector(int_type, func, trait, **kwargs):

Callers 1

_add_interactionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…