MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / set_params

Method set_params

lib/matplotlib/ticker.py:1749–1756  ·  view source on GitHub ↗

Do nothing, and raise a warning. Any locator class not supporting the set_params() function will call this.

(self, **kwargs)

Source from the content-addressed store, hash-verified

1747 raise NotImplementedError('Derived must override')
1748
1749 def set_params(self, **kwargs):
1750 """
1751 Do nothing, and raise a warning. Any locator class not supporting the
1752 set_params() function will call this.
1753 """
1754 _api.warn_external(
1755 "'set_params()' not defined for locator of type " +
1756 str(type(self)))
1757
1758 def __call__(self):
1759 """Return the locations of the ticks."""

Callers 8

set_paramsMethod · 0.45
_set_scaleMethod · 0.45
locator_paramsMethod · 0.45
test_set_paramsMethod · 0.45
test_polar_theta_limitsFunction · 0.45
format_axesFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_set_paramsMethod · 0.36
test_polar_theta_limitsFunction · 0.36