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 short answer is that there is no native way to currently use Paxplot to create multiple subplots.
However, creating a function to do so wouldn't be difficult. A Paxplot figure is really just a collection of matplotlib axes. So, the function would (1) create a Paxplot figure with all the axes and then (2) systematically move the axes you desired.
I'm going to tag this as a feature as it would be something great to develop in the future!
Is there a way to use paxplot as a subplot in a figure that contains multiple subplots?
The text was updated successfully, but these errors were encountered: