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

Method get_markeredgewidth

lib/mpl_toolkits/axisartist/axis_artist.py:152–153  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

150 return self.get_attribute_from_ref_artist("markeredgecolor")
151
152 def get_markeredgewidth(self):
153 return self.get_attribute_from_ref_artist("markeredgewidth")
154
155 def set_tick_direction(self, direction):
156 _api.check_in_list(["in", "out", "inout"], direction=direction)

Callers 1

drawMethod · 0.95

Calls 1

Tested by

no test coverage detected