Replies: 2 comments 3 replies
-
Hello @ponnhide, patchworklib did made quite an effort in managing plotnine plots and I guess that is why it hard to keep up. But the results were great. Current State Plotnine now has a layout manager closer in concept to matplotlib's Next The goal is to make it easier to extend plotnine so that other packages can create composite panels e.g. pairplots and also have subplots (separate plots but bundled together). How to achieve the Next part? I am not sure yet, it is going to take some experimenting. But, we have two levels to work at
and to do so with the user API as the priority yet also mindful not to manipulate Matplotlib too deep that we later on have a hard time keeping up with changes. |
Beta Was this translation helpful? Give feedback.
-
By the time the layout manager is invoked, we can query the figure artists for there sizes/extents. Then we make space for them, and place them accordingly without any overlaps or the figure growing in size. |
Beta Was this translation helpful? Give feedback.
-
A subplot composer for plotnine.
Thank you for developing and managing the plotinine module.
I'm ponnhide. Maybe you know, I had independently developed patchworklib that can handle a plotnine plot as a maplotlib subplot until now. However, this time, I decided to quit support the current and future version of plotnine by patchworklib becuase it is difficult to chase the updates.
On the other hands, If you still have an plan to natively develop a subplot function in plotnine, I wanna help you using the knowledges and skills I have gained in the patchworklib development.
Beta Was this translation helpful? Give feedback.
All reactions