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

Method set_message

lib/matplotlib/backend_bases.py:3613–3622  ·  view source on GitHub ↗

Display a message on the toolbar. Parameters ---------- s : str Message text.

(self, s)

Source from the content-addressed store, hash-verified

3611 raise NotImplementedError
3612
3613 def set_message(self, s):
3614 """
3615 Display a message on the toolbar.
3616
3617 Parameters
3618 ----------
3619 s : str
3620 Message text.
3621 """
3622 raise NotImplementedError
3623
3624
3625class _Backend:

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected