Is there a way to make the color empty in geoviews.feature.states()? So I just get the boundaries?
i.e. it displays like gf.coastline()
Is there a way to make the color empty in geoviews.feature.states()? So I just get the boundaries?
i.e. it displays like gf.coastline()
That was easy gf.states(color=None).