patchworklib icon indicating copy to clipboard operation
patchworklib copied to clipboard

Patchwork for matplotlib: A subplot manager for intuitive layouts in matplotlib, seaborn, and plotnine.

Results 23 patchworklib issues
Sort by recently updated
recently updated
newest added

Hello! I am currently working on some code whereby I iteratively generate a list of plots using plotnine and I want to also be able to combine them all into...

For example, theme_seaborn and theme_matplotlib don't work

enhancement

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...

Current README doesn't provide all of the functions in patchworklib. More articulated documents should be created...

documentation

First, thanks for making this clearly much-needed package. It's kind of crazy this problem has not been solved in the MPL ecosystem before. I have noticed that, with each `Brick`...

Hey, amazing package making life so much easier :) I was wondering if it is possible to use patchworklib with PdfPages from matplotlib? I am generating plots using plotnine, then...

Hi, ponnhide. When I use your package and plotnine in spyder IDE, I find that the generated plots are all in the console window and not in the plots pane....

Thanks for making frequent releases of this package, as [seen on PyPI](https://pypi.org/project/patchworklib/#history). Noting that there are only two [git tags](https://github.com/ponnhide/patchworklib/tags) currently. Therefore it's hard to know which commits have made...

Would make me more comfortable depending on this package in a production environment if there was a test suite. I'm not quite sure how to test everything, but some tests...

In the issue that I'm encountering, two things go wrong: 1. `pw.load_ggplot()` called on a ggplot object produces the following: `AttributeError: 'ggplot' object has no attribute '_create_figure'` 2. If, after...

enhancement