Opsi Perubahan CMAP Geopandas
from matplotlib.colors import ListedColormap
cmap = ListedColormap(['red'], name='allred')
GeoSeries(bldgs).plot(cmap=cmap)
Intempestive Al Dente