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

Method get_xydata

lib/matplotlib/lines.py:1057–1061  ·  view source on GitHub ↗

Return the *xy* data as a (N, 2) array.

(self)

Source from the content-addressed store, hash-verified

1055 return self._path
1056
1057 def get_xydata(self):
1058 """Return the *xy* data as a (N, 2) array."""
1059 if self._invalidy or self._invalidx:
1060 self.recache()
1061 return self._xy
1062
1063 def set_antialiased(self, b):
1064 """

Callers 3

get_bboxMethod · 0.95
get_window_extentMethod · 0.95

Calls 1

recacheMethod · 0.95

Tested by 1