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
When I plot a Raster and then change the window size I can end up with a very stretched version of the plot
I can fix this by calling ax.aspect = DataAspect() which gives the image below.
I think it would be good to automatically fix the Aspect of the plot, but I am not sure, whether DataAspect is the right call or whether we could derive a proper aspect ratio from the data or the dimension information.
The text was updated successfully, but these errors were encountered:
When I plot a Raster and then change the window size I can end up with a very stretched version of the plot
I can fix this by calling ax.aspect = DataAspect() which gives the image below.
I think it would be good to automatically fix the Aspect of the plot, but I am not sure, whether DataAspect is the right call or whether we could derive a proper aspect ratio from the data or the dimension information.
The text was updated successfully, but these errors were encountered: