plotSequential¶
- pyslm.visualise.plotSequential(layer, plotArrows=False, plotOrderLine=False, plotJumps=False, handle=None)¶
Plots sequentially the all the scan vectors (contours and hatches) for all
LayerGeometryin the providedLayerusing Matplotlib. TheLayermay be only plotted across a single layer.- Parameters:
layer (
Layer) – A singleLayercontaining a set of variousLayerGeometryobjectsplotArrows (
Optional[bool]) – Plot the direction of each scan vector. This reduces the plotting performance due to use of matplotlib annotations, should be disabled for large datasetsplotOrderLine (
Optional[bool]) – Plots an additional line showing the order of vector scanningplotJumps (
Optional[bool]) – Plots the jumps (in dashed lines) between vectorshandle (
Optional[Tuple[Figure,Axes]]) – Matplotlib handle to re-use
- Return type:
Tuple[Figure,Axes]