How to add a textbox next to a plot?

조회 수: 6 (최근 30일)
rockthekasbah
rockthekasbah 2015년 11월 14일
답변: Star Strider 2015년 11월 14일
I am trying to add a textbox outside the axes and the plot and next to it indicating some data in the graph. The annotation command requires me to set the location but I am unable to set the location outside the axes.

채택된 답변

Star Strider
Star Strider 2015년 11월 14일
According to the documentation annotation objects apparently must be within the current figure. However text objects do not (although you place them with respect to the figure coordinates).

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Object Properties에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by