-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
enhancementNew feature or requestNew feature or request
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
j-craggy, stevenzhli, krassowski, floringogianu, LangeTo and 1 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request