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

Method set_mutation_scale

lib/matplotlib/patches.py:4146–4155  ·  view source on GitHub ↗

Set the mutation scale. Parameters ---------- scale : float

(self, scale)

Source from the content-addressed store, hash-verified

4144 return self._bbox_transmuter
4145
4146 def set_mutation_scale(self, scale):
4147 """
4148 Set the mutation scale.
4149
4150 Parameters
4151 ----------
4152 scale : float
4153 """
4154 self._mutation_scale = scale
4155 self.stale = True
4156
4157 def get_mutation_scale(self):
4158 """Return the mutation scale."""

Callers 7

update_positionsMethod · 0.45
drawMethod · 0.45
update_frameMethod · 0.45
update_frameMethod · 0.45
update_positionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected