-
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_figur…
-
## System details:
#### Positron and OS details: Positron Version: 2024.09.0 (Universal) build 85
Code - OSS Version: 1.93.0
Commit: d3f087daf5cc7eaa3253ccdfa5dd4b9baff97da8
Date: 2024-09-25…
-
# Annotated area charts with plotnine | Nicola Rennie
The `plotnine` visualisation library brings the Grammar of Graphics to Python. This blog post walks through the process of creating a customised,…
-
After upgrading plotnine from 0.12.4 to 0.13.6, patchworklib stopped working with it.
```python
import patchworklib as pw
from plotnine import *
from plotnine.data import *
g1 = pw.load_ggpl…
-
I'm R and Python user and really grateful to your work (I LOVE plotnine, thanks very much !!!!)
Recently I noticed when I opneed the ipynb file at vscode, plotnine figure displayed too much larger.…
-
# Making art in Python with plotnine | Nicola Rennie
A step-by-step guide to creating art in Python. This blog post covers creating random data, generating colour palettes, visualising with plotnine,…
-
After https://github.com/posit-dev/py-shiny/pull/999 was merged into py-shiny, plotnine no longer needed a custom build for shinylive.
However, we are not able right now to use the current release …
-
I'm trying to install plotnine and I get the following error:
` ERROR: Complete output from command /var/mobile/Containers/Data/Application/415FE8A3-9150-4DC4-BB74-03B29A13F6B5/Library/bin/python3 …
-
sphinx's default template uses the directive `::currentmodule` set to whatever module corresponds to the piece being documented (e.g. `plotnine.geoms.geom_col` sets `plotnine.geoms`). This allows docs…
-
Only the `matplotlib` graphs are captured and displayed with the `matplotlib_pyodide.html5_canvas_backend`. If we use `seaborn` such as:
```python
import micropip
await micropip.install("seaborn"…