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

Function _update_fig_axis_registry

bqplot/pyplot.py:1278–1283  ·  view source on GitHub ↗
(fig, dimension, scale, axis)

Source from the content-addressed store, hash-verified

1276
1277
1278def _update_fig_axis_registry(fig, dimension, scale, axis):
1279 axis_registry = fig.axis_registry
1280 dimension_scales = axis_registry.get(dimension, [])
1281 dimension_scales.append({'scale': scale, 'axis': axis})
1282 axis_registry[dimension] = dimension_scales
1283 setattr(fig, 'axis_registry', axis_registry)
1284
1285
1286def _get_attribute_dimension(trait_name, mark_type=None):

Callers 1

axesFunction · 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…