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

Method get_mutation_scale

lib/matplotlib/patches.py:4157–4159  ·  view source on GitHub ↗

Return the mutation scale.

(self)

Source from the content-addressed store, hash-verified

4155 self.stale = True
4156
4157 def get_mutation_scale(self):
4158 """Return the mutation scale."""
4159 return self._mutation_scale
4160
4161 def set_mutation_aspect(self, aspect):
4162 """

Callers 4

get_pathMethod · 0.95
drawMethod · 0.45
get_window_extentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected