MCPcopy Create free account
hub / github.com/matplotlib/matplotlib / pick

Method pick

lib/mpl_toolkits/axes_grid1/parasite_axes.py:150–155  ·  view source on GitHub ↗
(self, mouseevent)

Source from the content-addressed store, hash-verified

148 ax.clear()
149
150 def pick(self, mouseevent):
151 super().pick(mouseevent)
152 # Also pass pick events on to parasite axes and, in turn, their
153 # children (cf. ParasiteAxesBase.pick)
154 for a in self.parasites:
155 a.pick(mouseevent)
156
157 def twinx(self, axes_class=None):
158 """

Callers 2

pickMethod · 0.45

Calls

no outgoing calls

Tested by 1