You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aspect kwarg to imshow() currently appears to support only the values
:none, which sets the aspect ratio of pixels automatically such that the window is kept filled as it is resized, and
:auto (or any other value really), which sets the aspect ratio of pixels to 1 (square pixels).
If I have an image with non-square pixels of a known aspect ratio, e.g. where the horizontal resolution is 1.6 times the vertical resolution, it would be useful to be able to specify a numeric aspect ratio (either for the entire image or for one pixel).
The text was updated successfully, but these errors were encountered:
The
aspect
kwarg toimshow()
currently appears to support only the values:none
, which sets the aspect ratio of pixels automatically such that the window is kept filled as it is resized, and:auto
(or any other value really), which sets the aspect ratio of pixels to 1 (square pixels).If I have an image with non-square pixels of a known aspect ratio, e.g. where the horizontal resolution is 1.6 times the vertical resolution, it would be useful to be able to specify a numeric aspect ratio (either for the entire image or for one pixel).
The text was updated successfully, but these errors were encountered: