Open
Description
After upgrading plotnine from 0.12.4 to 0.13.6, patchworklib stopped working with it.
import patchworklib as pw
from plotnine import *
from plotnine.data import *
g1 = pw.load_ggplot(ggplot(mpg, aes(x="cty", color="drv", fill="drv")) + geom_density())
Results in
AttributeError: 'ggplot' object has no attribute '_create_figure'
plotnine==0.13.6
patchworklib==0.6.3