Answers for "remove color from shapefile python"

0

remove color from shapefile python

# Plots geopandas outline of shapefile only
# Set color='None'. Note None is a string in this case!

# Example
shapefile.plot(ax=ax,color='None',edgecolor='k',linewidth=3)
Posted by: Guest on February-28-2022

Code answers related to "remove color from shapefile python"

Python Answers by Framework

Browse Popular Code Answers by Language