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

Method get_mutation_scale

lib/matplotlib/patches.py:4581–4589  ·  view source on GitHub ↗

Return the mutation scale. Returns ------- scalar

(self)

Source from the content-addressed store, hash-verified

4579 self.stale = True
4580
4581 def get_mutation_scale(self):
4582 """
4583 Return the mutation scale.
4584
4585 Returns
4586 -------
4587 scalar
4588 """
4589 return self._mutation_scale
4590
4591 def set_mutation_aspect(self, aspect):
4592 """

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected