how to plot multiple geoscatter plots together
Afficher commentaires plus anciens
Hello, I'm trying to plot two sets of scatter points with geoscatter, but the second set just overrides the first. I've tried using geoaxes, but it doesn't work. Does anyone know how to solve this problem?
% Plot map
figure('color','w')
geoscatter(stlatNew,stlonNew,20,'^')
geoaxes('NextPlot','add');
geoscatter(evlat,evlon,20,'o')
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Geographic Plots 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!