plotnine icon indicating copy to clipboard operation
plotnine copied to clipboard

Creating third-party support library for Plotnine

Open PaulHiemstra opened this issue 2 years ago • 1 comments

Plotnine provides the core experience of Grammar of Graphics in Python. However, some derivative plots could be nice to also support, like a pairplot. In this issue there is reference to potentially adding a function like that to a third-party library that uses plotnine as a base. As far as I know there is no such library available, or am I wrong in that understanding?

PaulHiemstra avatar Feb 22 '23 08:02 PaulHiemstra

Currently, it is not easy to extend plotnine to create a plot that is composition of panels like those in a pairplot. So while I have not looked much I do not think there is a third-party library that does it.

I plan to make it easier in the coming months.

has2k1 avatar Feb 22 '23 10:02 has2k1