Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ recache_always
Method
recache_always
lib/matplotlib/lines.py:671–672 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
669
self.set_ydata(y)
670
671
def
recache_always(self):
672
self.recache(always=True)
673
674
def
recache(self, always=False):
675
if
always or self._invalidx:
Callers
1
_unit_change_handler
Method · 0.80
Calls
1
recache
Method · 0.95
Tested by
no test coverage detected