Geometries plot module

HighlightGeometryPlot

Bases: KoswatPlotProtocol

plot(*args, **kwargs) -> pyplot.axes

Plots a layer highlighting its content.

Returns:

Type Description
pyplot.axes

pyplot.axes: Polygon with its area painted.

KoswatPlotProtocol

Bases: Protocol

plot(*args, **kwargs) -> pyplot.axes

Plots a koswat_object into the provided plot ax with the requested *args and **kwargs.

Returns:

Type Description
pyplot.axes

pyplot.axes: Canvas with plotted koswat_object.