Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColdGrub1384/Pyto
/ set_data
Method
set_data
site-packages/matplotlib/offsetbox.py:1293–1296 ·
view source on GitHub ↗
(self, arr)
Source
from the content-addressed store, hash-verified
1291
self.set_data(arr)
1292
1293
def
set_data(self, arr):
1294
self._data = np.asarray(arr)
1295
self.image.set_data(self._data)
1296
self.stale = True
1297
1298
def
get_data(self):
1299
return
self._data
Callers
1
__init__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected