patchworklib icon indicating copy to clipboard operation
patchworklib copied to clipboard

Some functions do not work correctly for plotnine plots in patchworklib

Open ponnhide opened this issue 3 years ago • 0 comments

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.

ponnhide avatar Mar 29 '22 03:03 ponnhide