How to draw a northarrow on a simple plot, and not on a map?

조회 수: 16 (최근 30일)
Sim
Sim 2020년 10월 28일
댓글: Sim 2020년 11월 10일
Hi, how can I draw a northarrow on a simple plot, and not on a map?
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);

채택된 답변

Alan Moses
Alan Moses 2020년 10월 30일
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.
  댓글 수: 1
Sim
Sim 2020년 11월 10일
Thanks Alan for your kind reply,
I would then suggest to adapt -if possible - the northarrow to simple plots with such a simple syntax:
northarrow('position',[x0 y0 width height]);
Many thanks,
Sim

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Geographic Plots에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by