How to change default pointer color in mapshow?
Mostra commenti meno recenti
Hello,
I am using mapshow command to display one of the points on the plot. By default the color for the point in this function is red.
mapshow(-0.5796,-0.0335,'DisplayType','point','Marker','*')
I need a different color and I tried few things as follows but it does not work.
mapshow(-0.5796,-0.0335,'DisplayType','point','Marker','*','Color','Yellow')
mapshow(-0.5796,-0.0335,'DisplayType','point','Marker','*','Color','Y')
mapshow(-0.5796,-0.0335,'DisplayType','point','Marker','*','Color','yellow')
Is there any way to do it?
Risposta accettata
Più risposte (1)
Chad Greene
il 13 Apr 2015
Can you simply use plot?
plot(-0.5796,-0.0335,'*','color','y')
1 Commento
Shree
il 15 Apr 2015
Categorie
Scopri di più su Plot Data on axesm-Based Maps in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!