How to draw a northarrow on a simple plot, and not on a map?
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sim
el 28 de Oct. de 2020
Comentada: Sim
el 10 de Nov. de 2020
I would need a northarrow where I can set the traditional plot position as follows (at least the x and y coordinates)
northarrow('position',[x0 y0 width height]);
and not with the default latitude and longitude values
northarrow('latitude', lat, 'longitude', lon);
0 comentarios
Respuesta aceptada
Alan Moses
el 30 de Oct. de 2020
The northarrow function works on map axes. You may want to read the annotation documentation to draw an arrow on a simple plot. Refer this link to find a solution to a similar question. To change the appearance and behaviour of the arrow created using annotation, refer this link.
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!