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

Method draw_path

lib/matplotlib/backends/backend_pdf.py:1947–1954  ·  view source on GitHub ↗
(self, gc, path, transform, rgbFace=None)

Source from the content-addressed store, hash-verified

1945 imob, Op.use_xobject, Op.grestore)
1946
1947 def draw_path(self, gc, path, transform, rgbFace=None):
1948 # docstring inherited
1949 self.check_gc(gc, rgbFace)
1950 self.file.writePath(
1951 path, transform,
1952 rgbFace is None and gc.get_hatch_path() is None,
1953 gc.get_sketch_params())
1954 self.file.output(self.gc.paint())
1955
1956 def draw_path_collection(self, gc, master_transform, paths, all_transforms,
1957 offsets, offset_trans, facecolors, edgecolors,

Callers 1

draw_texMethod · 0.95

Calls 6

check_gcMethod · 0.95
writePathMethod · 0.80
get_hatch_pathMethod · 0.80
outputMethod · 0.80
get_sketch_paramsMethod · 0.45
paintMethod · 0.45

Tested by

no test coverage detected