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

Antworten (1)

Walter Roberson
Walter Roberson am 28 Sep. 2015
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 Kommentare

what if I set twice? The second position will be relative to the first one, or the figure origo?
Stephen23
Stephen23 am 29 Sep. 2015
Bearbeitet: Stephen23 am 29 Sep. 2015
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 .

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Data Exploration finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 28 Sep. 2015

Kommentiert:

am 29 Sep. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by