-
### Bug description
Code chunks within a `.column` fenced div do not allow for interactive use.
Quarto v1.2.269
VS Code v1.73.1
Quarto Ext v1.56.0
Mac + Python 3.10.6
Reprex Code - doesn't r…
-
quartodoc is able to get the docstring, but needs to reach for the inherited `__init__` to show its signature
-
I notice that in [plotnine/stats/density.py](https://github.com/has2k1/plotnine/blob/a81b8f92bc39b6835e506e6779a01e4b8c53a627/plotnine/stats/density.py) there's support for several methods of calculat…
-
I am trying to manually set the color of my axis labels with a list of colors of equal length as the labels, just as you can do with R.
I tried to make a minimal example to showcase the difference …
-
Functions in eval produce plots currently implemented with matplotlib. This should be changed to a more aesthetically pleasing library.
cydal updated
4 years ago
-
Does plotnine have an abstraction level that would make it (relatively) easy to implement backends besides matplotlib? I'm asking because I really like the gg logic, but would prefer interactive graph…
-
I illustrate the problem with the `dots` dataset:
```python
import pandas as pd
from plotnine import *
dots = pd.read_csv('https://raw.githubusercontent.com/mwaskom/seaborn-data/master/dots.cs…
-
I'd be interested in helping with a python computing supplement.
Did you have a format in mind? It seems likely that after the setup section, most sections could be tightly coupled between the R an…
-
It looks like when two or more geoms are plotted and the input data is a Pandas [IntegerArray](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.arrays.IntegerArray.html#pandas-arrays-…
-
Thanks for plotnine, I'm a big fan!
I like working with a dark background. Using `plotnine.themes.theme_dark` gives this image, which has a lot of light area which doesn't work well on a dark backg…
ghost updated
6 years ago