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

Method get_fillstyle

lib/matplotlib/lines.py:525–531  ·  view source on GitHub ↗

Return the marker fill style. See also `~.Line2D.set_fillstyle`.

(self)

Source from the content-addressed store, hash-verified

523 pickradius = property(get_pickradius, set_pickradius)
524
525 def get_fillstyle(self):
526 """
527 Return the marker fill style.
528
529 See also `~.Line2D.set_fillstyle`.
530 """
531 return self._marker.get_fillstyle()
532
533 def set_fillstyle(self, fs):
534 """

Callers 5

get_markeredgecolorMethod · 0.45
_get_markerfacecolorMethod · 0.45
set_markerMethod · 0.45

Calls

no outgoing calls

Tested by 2