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

Method get_linewidth

lib/matplotlib/patches.py:355–357  ·  view source on GitHub ↗

Return the line width in points.

(self)

Source from the content-addressed store, hash-verified

353 return self._hatch_color
354
355 def get_linewidth(self):
356 """Return the line width in points."""
357 return self._linewidth
358
359 def get_linestyle(self):
360 """Return the linestyle."""

Callers 3

_process_radiusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected