How can I essentially make the white plot area occupy all the figure, not wasting the figure space with the grey area.
I could not find any propriety for it in the doc of figure,
Example of figure,
I want the 5 plot to be connected without any grey space outside them.
UPDATE:
set(gca,'Position',get(gca,'OuterPosition'));
this code make them stretch horizontally but not vertically.