ponnhide / patchworklib

Patchwork for matplotlib: A subplot manager for intuitive layouts in matplotlib, seaborn, and plotnine.
GNU General Public License v3.0
370 stars 24 forks source link

Can't support Plotnine 0.9.0 #16

Closed pyqf66 closed 2 years ago

pyqf66 commented 2 years ago

When I use patchworklib with Plotnine 0.9.0,it reminds me “AttributeError: 'theme_gray' object has no attribute 'apply_axs'”.But I revert plotnine to 0.8.0,patchworklib work normally.

ponnhide commented 2 years ago

Duplicate of #14

ponnhide commented 2 years ago

I'm aware of this issue. However, in my understanding, plotnine v0.9.0 is still being updated because it cannot be installed with pip. So, if plotnine v0.9.0 completely became stable, I will start working to fix it in earnest.