How to set the same grid size of the axis for different plots?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Sateesh Kandukuri
am 30 Jan. 2023
Bearbeitet: Walter Roberson
am 2 Feb. 2023
Using imagesc function, I plotted the data for different sets of vaues. For the first plot, the x-axis limits are [-40 12] and for the second plot, the x-axis limits are [-56 8]. But I got the same size of the the plots. How to get the different size of the plots using an equal grid size for both the plots?
If I add the colorbar the size of the second image plot shrinks. How to add the colorbar without affecting the size of the image?
2 Kommentare
Akzeptierte Antwort
Walter Roberson
am 30 Jan. 2023
Bearbeitet: Walter Roberson
am 2 Feb. 2023
You can set the plot box aspect ratio and data aspect ratio, or use the convenience of "axis image" https://www.mathworks.com/help/matlab/ref/axis.html#d124e70500
image objects fill at least one dimension of the axes, so if you need the drawing area to have the same pixel size for multiple axes, then you might need to set the axes Units to pixels and set the Position to the desired image size in pixels (make sure that you "axis off")
You can set the colorbar Position in pixels
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Orange finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!