-
Hi! 👋🏻
I'm the lead developer of the [Ibis project](https://github.com/ibis-project/ibis).
I recently did a write up of some [analysis of Ibis's CI data](https://ibis-project.org/docs/4.1.0/blo…
-
-
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 assemble tw…
-
Depends on:
* https://github.com/machow/quartodoc/issues/69
-
## Could the bars (same as boxplot) be in xkcd style?
```python
import pandas as pd
import numpy as np
from plotnine import *
from plotnine.data import mtcars
p = ggplot(aes(x='factor(am)'…
-
Please:
- [x] Check for duplicate issues. Please file separate requests as separate issues on GitHub.
- [x] Describe the feature's goal, motivating use cases, and its expected behavior.
Is ther…
-
Hey. It seems that the last commit was about 2 years ago. Is this officially dead? @glamp ?
-
@Keith-Cheung @dannyhubert9 @jls224
This is a great and ambitious question. I like the start you have on data. A few thoughts below
- It would be preferable if you can have more years of data. …
-
When creating any plot with PlotNine and running it through IPython (6.2.1, Python 3.6.5) connected to PyCharm (2018.1.3 running on Linux 4.9.98-1-MANJARO #1 SMP PREEMPT Wed May 2 18:41:44 UTC 2018 x8…
-
Dear,
Does plotnine support swarmplot, which equals to seaborn.swarmplot or beeswarm in ggplot2 ?