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

Method get_dashes

lib/matplotlib/backend_bases.py:787–795  ·  view source on GitHub ↗

Return the dash style as an (offset, dash-list) pair. See `.set_dashes` for details. Default value is (None, None).

(self)

Source from the content-addressed store, hash-verified

785 return None, None
786
787 def get_dashes(self):
788 """
789 Return the dash style as an (offset, dash-list) pair.
790
791 See `.set_dashes` for details.
792
793 Default value is (None, None).
794 """
795 return self._dashes
796
797 def get_forced_alpha(self):
798 """

Callers 4

_draw_psMethod · 0.80
_get_style_dictMethod · 0.80
create_artistsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected