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

Method set

lib/matplotlib/tests/test_scale.py:319–320  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

317 def __init__(self):
318 self.fields = {}
319 def set(self, **kwargs):
320 self.fields.update(**kwargs)
321 def set_major_formatter(self, f):
322 self.fields['major_formatter'] = f
323

Callers 2

test_log_scalesFunction · 0.45
test_logscale_maskFunction · 0.45

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected