is it possible to shift and resize a plot in the figure without using subplot?

답변 (1개)

Walter Roberson
Walter Roberson 2015년 9월 28일
Note: if you set the Position of an axes yourself, be sure to do it after you have created all subplots() you are using.

댓글 수: 3

what if I set twice? The second position will be relative to the first one, or the figure origo?
Stephen23
Stephen23 2015년 9월 29일
편집: Stephen23 2015년 9월 29일
You can set it any number of times. The location depends on what units you choose and how the figure is resized. Your main control over how the axes are sized relative to the figure is to select the Units property. The axes properties are described in detail here:
In particular you should read about the position property:
Location is relative to the parent container. Most often the parent is the figure, but it could also be a uipanel or uitabgroup .

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

카테고리

도움말 센터File Exchange에서 Data Exploration에 대해 자세히 알아보기

질문:

2015년 9월 28일

댓글:

2015년 9월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by