9.1. copro.plots.selected_polygons

copro.plots.selected_polygons(polygon_gdf, **kwargs)[source]

Creates a plotting instance of the boundaries of all selected polygons.

Parameters

polygon_gdf (geo-dataframe) – geo-dataframe containing the selected polygons.

Kwargs:

Geopandas-supported keyword arguments.

Returns

Matplotlib axis object.

Return type

ax