Does Imshowborder tight option in iptsetpref make margin depend on the image ratio?

1 view (last 30 days)
I have two images, the size of the first image is [300 50] and the second image is [100 4000].
% [height, width]
I run the same code to each images, but the second image in figure has a margin, the imshowborder is not tight.
The only difference is the ratio of each images (one is vertically long, and another is horizontally long)
Since the second image is larger than the first one, it isn't seem like size problem.
I want two images without any margin. Is any options for me?

Answers (1)

Tarunbir Gambhir
Tarunbir Gambhir on 29 Jan 2021
When setting the 'ImshowBorder' option to 'tight', there can be cases that the border is still present. This happens if the image is very small, or if there are other objects besides the image and its axes in the figure.
I suggest you refer the MathWorks documentation on iptsetpref for this information.

Categories

Find more on Biomedical Imaging in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!