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

Method get_drawstyle

lib/matplotlib/lines.py:918–924  ·  view source on GitHub ↗

Return the drawstyle. See also `~.Line2D.set_drawstyle`.

(self)

Source from the content-addressed store, hash-verified

916 return self._color
917
918 def get_drawstyle(self):
919 """
920 Return the drawstyle.
921
922 See also `~.Line2D.set_drawstyle`.
923 """
924 return self._drawstyle
925
926 def get_gapcolor(self):
927 """

Callers 3

drawMethod · 0.95
figure_editFunction · 0.80

Calls

no outgoing calls

Tested by 1