Adjusting Image Size in A SubWindow
bakerl
I have created a subwindow which I want to put an image plot in. But since my horizontal axis range is quite small the plot looks basically like a vertical line. It does have visible width, but I cant figure out how to resize it without changing the values on the horizontal axis. Is there any way to control the size of the Image? Additionally, I will be making plots of various sizes, is there a function that I can use to set all images that are generated in the subwindow to the same size?
Thanks!
Change the X and Y scaling of the matrix used for the image plot.
July 14, 2021 at 11:18 am - Permalink
I was able to figure it out using the ModifyGraph width= and ModifyGraph height= commands
July 14, 2021 at 11:25 am - Permalink
In reply to Change the X and Y scaling… by JimProuty
thanks for the response! I ended up using the ModifyGraph width= and height= commands which seem to have worked
July 14, 2021 at 11:26 am - Permalink