Answers for "geopandas cmap change options"

0

geopandas cmap change options

from matplotlib.colors import ListedColormap

cmap = ListedColormap(['red'], name='allred')
GeoSeries(bldgs).plot(cmap=cmap)
Posted by: Guest on May-03-2022

Python Answers by Framework

Browse Popular Code Answers by Language