plotLayers¶
- pyslm.visualise.plotLayers(layers, plotContours=True, plotHatches=True, plotPoints=True, handle=None)¶
Plots a list of
Layer, specifically the scan vectors (contours and hatches) and point exposures for eachLayerGeometryusing Matplotlib. The Layer may be plotted in 3D by setting the plot3D parameter.- Parameters:
layers (
List[Layer]) – A list ofLayerplotContours (
Optional[bool]) – Plots the inner hatch scan vectors. Defaults to TrueplotHatches (
Optional[bool]) – Plots the hatch scan vectorsplotPoints (
Optional[bool]) – Plots point exposureshandle (
Optional[Tuple[Figure,Axes]]) – Matplotlib handle to re-use
- Return type:
Tuple[Figure,Axes]