Maps.set_shape.geod_circles#
- set_shape.geod_circles(radius=None, n=None)#
Draw geodesic circles with a radius defined in meters.
- Parameters:
radius (float or array-like) –
The radius of the circles in meters.
If you provide an array of sizes, each datapoint will be drawn with the respective size!
n (int or None) – The number of intermediate points to calculate on the geodesic circle. If None, 100 is used for < 10k pixels and 20 otherwise. The default is None.
- Returns:
The class representing the plot-shape.
- Return type:
self