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

Method draw_path

lib/matplotlib/backend_bases.py:175–177  ·  view source on GitHub ↗

Draw a `~.path.Path` instance using the given affine transform.

(self, gc, path, transform, rgbFace=None)

Source from the content-addressed store, hash-verified

173 """
174
175 def draw_path(self, gc, path, transform, rgbFace=None):
176 """Draw a `~.path.Path` instance using the given affine transform."""
177 raise NotImplementedError
178
179 def draw_markers(self, gc, marker_path, marker_trans, path,
180 trans, rgbFace=None):

Callers 3

draw_markersMethod · 0.95
draw_path_collectionMethod · 0.95
_draw_text_as_pathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected