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

Method draw_path

lib/matplotlib/patheffects.py:106–109  ·  view source on GitHub ↗
(self, gc, tpath, affine, rgbFace=None)

Source from the content-addressed store, hash-verified

104 return object.__getattribute__(self, name)
105
106 def draw_path(self, gc, tpath, affine, rgbFace=None):
107 for path_effect in self._path_effects:
108 path_effect.draw_path(self._renderer, gc, tpath, affine,
109 rgbFace)
110
111 def draw_markers(
112 self, gc, marker_path, marker_trans, path, *args, **kwargs):

Callers 3

drawMethod · 0.95
drawMethod · 0.95

Calls 1

draw_pathMethod · 0.45

Tested by

no test coverage detected