Why is uiaxes small by default in a uifigure?
I noticed that uiaxes does not position well by default on a uiaxes.
When I use "axes", it fills the figure as I would expect.
>> fig = figure;
>> ax = axes(fig);
However, when I use "uiaxes", it does not fill the uifigure completely, and it only takes up the bottom corner of the figure.
>> uifig = uifigure;
>> uiax = uiaxes(uifig);
Why is this happening?I noticed that uiaxes does not position well by default on a uiaxes.
When I use "axes", it fills the figure as I would expect.
>> fig = figure;
>> ax = axes(fig);
However, when I use "uiaxes", it does not fill the uifigure completely, and it only takes up the bottom corner of the figure.
>> uifig = uifigure;
>> uiax = uiaxes(uifig);
Why is this happening? I noticed that uiaxes does not position well by default on a uiaxes.
When I use "axes", it fills the figure as I would expect.
>> fig = figure;
>> ax = axes(fig);
However, when I use "uiaxes", it does not fill the uifigure completely, and it only takes up the bottom corner of the figure.
>> uifig = uifigure;
>> uiax = uiaxes(uifig);
Why is this happening? uiaxes, uifigure, position, axes, size, small MATLAB Answers — New Questions