from matplotlib.colors import ListedColormap cmap = ListedColormap(['red'], name='allred') GeoSeries(bldgs).plot(cmap=cmap)