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

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 9 月 28 日

0 投票

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 件のコメント

Mr M.
Mr M. 2015 年 9 月 28 日
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:
Walter Roberson
Walter Roberson 2015 年 9 月 29 日
Location is relative to the parent container. Most often the parent is the figure, but it could also be a uipanel or uitabgroup .

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeData 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