You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In render_shapes(), the docstring says for the shape parameter: Value to scale circles, if present. However, when using matplotlib, the scaling also works for (multi)polygons (without adapting the extent of the plot though).
With datashader, only circles can be scaled currently.