plotting 4 by 1 tiles using tiledlayout function do not produce figure properly

Not able to get the desired size of the subplots. The y axis lebels gt overlapped to each other and plot size becomes very small.

Answers (1)

Well, there's only so much room in a default figure and as Dolly Parton told Johnny Carson one night, "You can't put 10 pounds of 'taters in a 5-pound tote", you can only put so much information in that fixed space.
Options to help can include one or more of...
  1. Make the figure itself bigger/wider,
  2. Use the optional 'TileSpacing' parameter,
  3. Don't use labels on each plot but a global one or only on LH column
  4. Decrease font size

Asked:

on 22 Sep 2022

Edited:

dpb
on 23 Sep 2022

Community Treasure Hunt

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

Start Hunting!