Is there an eraser for Matlab graphs?

조회 수: 3 (최근 30일)
Mohsen
Mohsen 2019년 9월 2일
답변: Rik 2019년 9월 3일
A journal instructs authors that curves in a graph should not cross text labels. This creates a dilemma of how to put a label where there are many curves. One possibility is to put a "white out" where you want to add a label, after you have plotted the curves and before inserting the label.
But I think there is no sense of time order of "first" and "second" item on a graph. So I am wondering if there is another solution.
( Currently I terminate the plots in the vicinity of the lable and then restart them after the label. Obviously a slow process. )
  댓글 수: 1
darova
darova 2019년 9월 3일
Can you make a printscreen? What about
legend('curve1','curve2','Location','Best')

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

답변 (1개)

Rik
Rik 2019년 9월 3일
You can use the annotation function to force a white background around a text label. If you add the annotation after plotting your graphs it will automatically be on top.

카테고리

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

태그

제품


릴리스

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by