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

Method get_linestyle

lib/matplotlib/patches.py:359–361  ·  view source on GitHub ↗

Return the linestyle.

(self)

Source from the content-addressed store, hash-verified

357 return self._linewidth
358
359 def get_linestyle(self):
360 """Return the linestyle."""
361 return self._linestyle
362
363 def set_antialiased(self, aa):
364 """

Callers 1

test_default_linestyleFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_default_linestyleFunction · 0.76