-
I've been giving a shot to auditorium for presentations and like it so far, but there are a few things that it would be great to make configurable. I'd love to submit a PR, but wanted to check on pref…
-
Hi folks,
As a software carpentry instructor, I have always been frustrated and disappointed with the current python gapminder plotting episode, especially when compared with the corresponding R ga…
-
Hi there,
I think a useful addition to the formatting of facets would be the inclusion of [nested_facets](https://teunbrand.github.io/ggh4x/articles/Facets.html#nested_facets). I don't know how had i…
-
I think I ran into the same as #506 . Repro:
```
import pandas as pd
from plotnine import *
df = pd.DataFrame({'x': [0, 1, 2, 3], 'y': [4, 5, 6, 7], 'facet': ['a', 'a', 'b', 'b']})
p = ggplot…
-
`plotnine` is made using `matplotlib` as the back-end, so I'm guessing there must be a way to draw subplots (without using faceting).
Is there a way to do so? I'd be happy to contribute to the docu…
-
## System details:
M3 Mac
#### Positron and OS details:
Positron Version: 2024.08.0 (Universal) build 31
Code - OSS Version: 1.91.0
Commit: 7ee0596b81d578059e63c9af7c535c6b6040b947
Date: 2024-…
-
# Python Rgonomics | Emily Riederer
Exploring emerging tools that help R users feel at home (Image credit: Allison Horst)
[https://emilyriederer.netlify.app/post/py-rgo/](https://emilyriederer.netli…
-
I'm trying to dynamically document [modal.functions.web_endpoint](https://github.com/modal-labs/modal-client/blob/main/modal/functions.py#L1455). Here is the yaml
```
project:
type: websit…
-
你好,我想问一下假如想用自己的数据训练模型,里面的-l参数的数据是怎么制作的呢?
-
I want to add space between the x-axis labels and the x-axis.
But element_text(margin =) seems to be ignored?
_First:_
```
import plotnine as p9
from plotnine.data import mtcars
mtcars=mtc…