API Reference

Spatial plots

pointplot(df[, projection, hue, …]) A geospatial scatter plot.
polyplot(df[, projection, extent, figsize, …]) Trivial polygonal plot.
cartogram(df[, projection, scale, limits, …]) Self-scaling area plot.
choropleth(df[, projection, hue, scheme, k, …]) An area aggregation plot.
aggplot(df[, projection, hue, by, geometry, …]) Self-aggregating quadtree plot.
kdeplot(df[, projection, extent, figsize, …]) A spatial kernel density estimate plot.
sankey(*args[, projection, start, end, …]) A spatial Sankey or flow map.
voronoi(df[, projection, edgecolor, clip, …]) Geospatial Voronoi diagram.