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

Method get_linewidth

lib/matplotlib/lines.py:942–948  ·  view source on GitHub ↗

Return the linewidth in points. See also `~.Line2D.set_linewidth`.

(self)

Source from the content-addressed store, hash-verified

940 return self._linestyle
941
942 def get_linewidth(self):
943 """
944 Return the linewidth in points.
945
946 See also `~.Line2D.set_linewidth`.
947 """
948 return self._linewidth
949
950 def get_marker(self):
951 """

Callers 15

test_artist_setFunction · 0.95
_create_lineMethod · 0.45
draw_markersMethod · 0.45
_draw_psMethod · 0.45
draw_markersMethod · 0.45
draw_pathMethod · 0.45
_get_style_dictMethod · 0.45
figure_editFunction · 0.45
test_grid_rcparamsFunction · 0.45

Calls

no outgoing calls