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

Method mutatedy

lib/matplotlib/transforms.py:1126–1129  ·  view source on GitHub ↗

Return whether the y-limits have changed since init.

(self)

Source from the content-addressed store, hash-verified

1124 self._points[1, 0] != self._points_orig[1, 0])
1125
1126 def mutatedy(self):
1127 """Return whether the y-limits have changed since init."""
1128 return (self._points[0, 1] != self._points_orig[0, 1] or
1129 self._points[1, 1] != self._points_orig[1, 1])
1130
1131
1132class TransformedBbox(BboxBase):

Callers 2

mutatedMethod · 0.95
set_default_intervalsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected