[yt-users] Re: Multipanel with PhasePlot

2024-08-13 Thread HyeonYong Kim
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 ___

[yt-users] Re: Multipanel with PhasePlot

2024-08-07 Thread HyeonYong Kim
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

[yt-users] Re: Multipanel with PhasePlot

2024-07-25 Thread Nina Akerman
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'