plotnine
plotnine copied to clipboard
Creating third-party support library for Plotnine
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?
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.