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

Method get_marker

lib/matplotlib/lines.py:950–956  ·  view source on GitHub ↗

Return the line marker. See also `~.Line2D.set_marker`.

(self)

Source from the content-addressed store, hash-verified

948 return self._linewidth
949
950 def get_marker(self):
951 """
952 Return the line marker.
953
954 See also `~.Line2D.set_marker`.
955 """
956 return self._marker.get_marker()
957
958 def get_markeredgecolor(self):
959 """

Callers 15

test_handlerline3dFunction · 0.45
set_fillstyleMethod · 0.45
drawMethod · 0.45
get_markeredgecolorMethod · 0.45
update_positionMethod · 0.45
update_positionMethod · 0.45
figure_editFunction · 0.45
test_marker_cycleFunction · 0.45
test_handlerline2dFunction · 0.45

Calls

no outgoing calls