In the documentation at https://residentmario.github.io/geoplot/quickstart/quickstart.html, the kdeplot sample code has:
ax = gplt.kdeplot(collisions, cmap='Reds', shade=True, clip=boroughs, projection=gcrs.AlbersEqualArea())
This generates a deprecation warning. It should be updated to say fill=True.
In the documentation at https://residentmario.github.io/geoplot/quickstart/quickstart.html, the kdeplot sample code has:
ax = gplt.kdeplot(collisions, cmap='Reds', shade=True, clip=boroughs, projection=gcrs.AlbersEqualArea())
This generates a deprecation warning. It should be updated to say fill=True.