how to plot multiple geoscatter plots together
Mostrar comentarios más antiguos
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')
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Geographic Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!