MCPcopy
hub / github.com/matplotlib/matplotlib / set

Method set

lib/matplotlib/artist.py:1317–1321  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

1315 "{prop_name!r}")
1316
1317 def set(self, **kwargs):
1318 # docstring and signature are auto-generated via
1319 # Artist._update_set_signature_and_docstring() at the end of the
1320 # module.
1321 return self._internal_update(cbook.normalize_kwargs(kwargs, self))
1322
1323 @contextlib.contextmanager
1324 def _cm_set(self, **kwargs):

Callers 15

_update_transScaleMethod · 0.45
_set_viewMethod · 0.45
test_axis_positionsFunction · 0.45
test_cullingFunction · 0.45
test_axlim_clipFunction · 0.45
test_stem3dFunction · 0.45
test_scale3d_artists_logFunction · 0.45
test_scale3d_all_scalesFunction · 0.45
test_scale3d_all_clippedFunction · 0.45

Calls 1

_internal_updateMethod · 0.95

Tested by 15

test_axis_positionsFunction · 0.36
test_cullingFunction · 0.36
test_axlim_clipFunction · 0.36
test_stem3dFunction · 0.36
test_scale3d_artists_logFunction · 0.36
test_scale3d_all_scalesFunction · 0.36
test_scale3d_all_clippedFunction · 0.36
test_scale3d_calc_coordFunction · 0.36