knots.path.join#
- knots.path.join(*paths: Path, close: bool = False) Path[source]#
Join N paths together with LINETO.
This is different from
matplotlib.path.Path.make_compound_pathin that any internal MOVETO are converted to LINETO and there is option to close the result.- Parameters:
- pathsPath
The paths to join
- closebool, default=False
If the final path should be closed
- Returns:
- Path