Delate the xlabeltick of the worldmap
Afficher commentaires plus anciens
when I plot a hemisphere map use the worldmap as follow, I do not want to show the latitude and longitude label(0 30N 60N). which property I should set.
h=worldmap([-2 89.9],[-180 180]); setm(h,'mapprojection','giso','frame','on','grid','off') load coast geoshow(lat,long,'DisplayType', 'polygon','FaceColor',[0.5 0.5 0.5])

Réponse acceptée
Plus de réponses (1)
Catégories
En savoir plus sur Grid Lines, Tick Values, and Labels dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

