MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / pathOperations

Method pathOperations

site-packages/matplotlib/backends/backend_pdf.py:1481–1486  ·  view source on GitHub ↗
(path, transform, clip=None, simplify=None, sketch=None)

Source from the content-addressed store, hash-verified

1479
1480 @staticmethod
1481 def pathOperations(path, transform, clip=None, simplify=None, sketch=None):
1482 return [Verbatim(_path.convert_to_string(
1483 path, transform, clip, simplify, sketch,
1484 6,
1485 [Op.moveto.op, Op.lineto.op, b'', Op.curveto.op, Op.closepath.op],
1486 True))]
1487
1488 def writePath(self, path, transform, clip=False, sketch=None):
1489 if clip:

Callers 5

writeHatchesMethod · 0.95
markerObjectMethod · 0.95
writePathMethod · 0.95
clip_cmdMethod · 0.80

Calls 1

VerbatimClass · 0.85

Tested by

no test coverage detected