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

4 views (last 30 days)
I would like to shift and resize a plot relative to the whole figure.

Answers (1)

Walter Roberson
Walter Roberson on 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 Comments
Stephen23
Stephen23 on 29 Sep 2015
Edited: Stephen23 on 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:
Walter Roberson
Walter Roberson on 29 Sep 2015
Location is relative to the parent container. Most often the parent is the figure, but it could also be a uipanel or uitabgroup .

Sign in to comment.

Categories

Find more on Visual Exploration in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!