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

Method get_linewidth

lib/matplotlib/backend_bases.py:808–810  ·  view source on GitHub ↗

Return the line width in points.

(self)

Source from the content-addressed store, hash-verified

806 return self._joinstyle.name
807
808 def get_linewidth(self):
809 """Return the line width in points."""
810 return self._linewidth
811
812 def get_rgb(self):
813 """Return a tuple of three or four floats from 0-1."""

Callers 1

draw_quad_meshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected