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

Method get_default_handler_map

lib/matplotlib/legend.py:823–825  ·  view source on GitHub ↗

Return the global default handler map, shared by all legends.

(cls)

Source from the content-addressed store, hash-verified

821
822 @classmethod
823 def get_default_handler_map(cls):
824 """Return the global default handler map, shared by all legends."""
825 return cls._default_handler_map
826
827 @classmethod
828 def set_default_handler_map(cls, handler_map):

Callers 2

_get_legend_handlesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected