Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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)
 
PREVIOUS NEXT
Tagged: #remove #color #shapefile #python
ADD COMMENT
Topic
Name
4+2 =