-
```
import plotnine, plotnine.data
p = plotnine.ggplot(plotnine.data.mtcars)
p += plotnine.theme_bw()
p += plotnine.geom_point(plotnine.aes('hp','cyl'))
p += plotnine.geom_rect(xmin=0, xmax=100, …
-
I am unable to build a jupyter book with following error /home/ubuntu/anaconda3/envs/testjb/lib/python3.9/site-packages/sphinxcontrib/bibtex/init.py
Steps taken :
1. Created a new conda environmen…
-
## 🐛 Bug
## To Reproduce
I am sharing a Collab with all details:
https://colab.research.google.com/drive/1jv981UXSBLi5LnEyG_zGUeFsb7FXQBTA?usp=sharing
Steps to reproduce the behavior:
-…
-
When I try to edit a PDF generated by plotnine in Illustrator, I get an `An unknown imaging construct was encountered.` warning if there is a continuous color scale in the plot (e.g. gradient). This a…
-
hi,
I installed plotline using conda as specified in install methods in a virtual environment. It downloaded a lot of packages from conda-forge. I can see that the package was installed.
However…
-
I'm trying to recreate the fourth figure in [section 28.3 from R for Data Science](https://r4ds.had.co.nz/graphics-for-communication.html#annotations). The ggplot2 code is as follows:
```r
class_a…
-
Hi,
I'm curious if `ontop` was intentionally made backwards from ggplot2's version? Instead of submitting a PR that was not asked for, I figured I should ask.
From ggplot2 docs [https://ggplot2.tidy…
-
## Description of bug / unexpected behavior
Benjamin Hackl's demonstration code for the opengl renderer does not run anymore in ManimCE 0.17.1.
The (first?) error message is
```
AttributeError: '…
-
When I set `figure_size` through theme or the options it seems like this setting only controls the figure itself, but does not take into account legends, axis, titles, etc.
Is there another setting…
-
When using a fill argument in ggplot aes, together with a geom_col provide seems to work correctly. However, when changing the scale (e.g., using scale_y_log), the y axis provides wrong tick values.
…