geoutils.Vector.plot

Contents

geoutils.Vector.plot#

Vector.plot(ref_crs=None, cmap=None, vmin=None, vmax=None, alpha=None, cbar_title=None, add_cbar=True, ax=None, return_axes=False, savefig_fname=None, **kwargs)#

Plot the vector.

This method is a wrapper to geopandas.GeoDataFrame.plot. Any **kwargs are passed to it.

Return type:

None | tuple[matplotlib.axes.Axes, matplotlib.colors.Colormap]