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

Method get_markersize

lib/matplotlib/lines.py:1009–1015  ·  view source on GitHub ↗

Return the marker size in points. See also `~.Line2D.set_markersize`.

(self)

Source from the content-addressed store, hash-verified

1007 return self._get_markerfacecolor(alt=True)
1008
1009 def get_markersize(self):
1010 """
1011 Return the marker size in points.
1012
1013 See also `~.Line2D.set_markersize`.
1014 """
1015 return self._markersize
1016
1017 def get_data(self, orig=True):
1018 """

Callers 7

create_artistsMethod · 0.95
create_artistsMethod · 0.95
create_artistsMethod · 0.95
figure_editFunction · 0.80

Calls

no outgoing calls