Crop a plot without changing ratio/axis tick positions?

5 views (last 30 days)
I have this plot below consisting of several subplots:
Now I would like to move the rows of the curves closer together, but I cannot just change the size of the axes since they are all normalized and it would distort the ratios. What would be the matlab equivalent to opening the plot in photoshop and cutting out the empty space between the rows?

Answers (1)

Arthur
Arthur on 7 Nov 2012
  2 Comments
Felix
Felix on 7 Nov 2012
I already removed all empty space between the axes but its not enough. I think the best way is that I rewrite the whole code such that all plots in one column are in the same subplot rather than 4 different subplots, then I can just add a constant to each curve to vary their position on the y axis.
K E
K E on 7 Jan 2013
I think that is the best approach also, since it is probably not something you will need to do often.

Sign in to comment.

Products

Community Treasure Hunt

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

Start Hunting!