
Color area outside of polygon/shapefile?
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I have a shapefile of the U.S.. I am simply looking to fill the outside of this shapefile with a particular color. I'm sure there is a simple solution but cannot find..
Thank you!
0 commentaires
Réponses (2)
Chad Greene
le 9 Mar 2016
Hi Ryan,
Perhaps you're looking for setm with the 'ffacecolor' option.
worldmap('world')
geoshow('landareas.shp')
setm(gca,'ffacecolor',rgb('ocean blue'))

8 commentaires
Chad Greene
le 11 Avr 2016
If you have a shapefile, you can simply determine which pixels in your lat/lon grid fall within the bounds of the shapefile's polygon using inpolygon. If your shapefile contains multiple polygons, use Kelly Kearney's inpolygons.
Erin Browne
le 19 Mar 2019
Hi I am wondering instead of setting the ocean color how would you do that for the land masses?
0 commentaires
Voir également
Catégories
En savoir plus sur Map Display dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!