Options de changement de géopandas cmap
from matplotlib.colors import ListedColormap
cmap = ListedColormap(['red'], name='allred')
GeoSeries(bldgs).plot(cmap=cmap)
Intempestive Al Dente