Hapus warna dari python shapefile

# 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)
Green Team