How to make an x-axis narrower for a contour plot?

1 view (last 30 days)
contourf(back(:,:,startTime+1),bottom(:,:,startTime+1),temp(:,:,startTime+1),50,'EdgeColor','none');
Basically I made several 3D matrices that holds in data. The axis values are completely fine for the contour plot. Is there a way to keep the axis values and intervals the same but just make the printed figure have a much more narrower x-axis?

Answers (0)

Categories

Find more on Contour Plots 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!