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

Method draw_rubberband

lib/matplotlib/backend_tools.py:338–344  ·  view source on GitHub ↗

Draw rubberband. This method must get implemented per backend.

(self, *data)

Source from the content-addressed store, hash-verified

336 self.remove_rubberband()
337
338 def draw_rubberband(self, *data):
339 """
340 Draw rubberband.
341
342 This method must get implemented per backend.
343 """
344 raise NotImplementedError
345
346 def remove_rubberband(self):
347 """

Callers 1

triggerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected