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

Method set_message

lib/matplotlib/backend_bases.py:2996–2997  ·  view source on GitHub ↗

Display a message on toolbar or in status bar.

(self, s)

Source from the content-addressed store, hash-verified

2994 self.set_history_buttons()
2995
2996 def set_message(self, s):
2997 """Display a message on toolbar or in status bar."""
2998
2999 def draw_rubberband(self, event, x0, y0, x1, y1):
3000 """

Callers 3

mouse_moveMethod · 0.95
panMethod · 0.95
zoomMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected