Dear YT users,
I found that this can be solved by adding "grid[i].set_aspect(ratio you want)"
in the yt document script.
While this method is straightforward, Nina's solution might offer more
flexibility for further customization.
Best regards,
Hyeonyong
___
Hi Nina,
I apologize for the delayed response. I thought I had replied to you earlier.
Regarding the matter at hand, the create_profile function works very well! As
you mentioned, it provides great customizability. While I hope the Phaseplot
function will support Multipanel plots in the futur
Hi there,
The best (in my opinion) way of solving this problem is by going around it and
using create_profile function. I really like this method because it offers
great customisability
Here is a snippet of my code that illustrates this:
fig, ax = plt.subplots(2, 3, figsize=(8, 5), sharex='all'