patchworklib
patchworklib copied to clipboard
Some functions do not work correctly for plotnine plots in patchworklib
Plotnine doesn't provide a subplot function as mentioned in the issue (https://github.com/has2k1/plotnine/issues/46).
Now, patchworklib can import plotnine plots as Brick class objects. However, some methods cannot work for plotnine.
For example, move_legend cannot work for Brick(s) object based on plotnine plots because the implementation of how to add legend is different between matplotlib and plotnine.
I need to think universal method.