-
I am trying to build a plot using plotnine in a Jupyeter Notebook running on a remote Jupyter server, linux machine. As dev tool I am using Visual Studio code, the libraries are installed in a conda e…
-
When preparing the cutout in Google Colab, the following error appears: AttributeError: 'EntryPoints' object has no attribute 'get'
## Description
When running on colab with Python3.7 as a de…
-
Please refer to the picture below. This bug happens only for figures drawn by `show()`. `save()` output is layouted correctly.
Versions: plotnine == 0.6.0; matplotlib == 3.1.3; python == 3.6
``…
-
Hello,
I was testing qplot() and it seems the parameters xlim and ylim have no effect. I can't find them used in the qplot function's code either.
An example:
```python
from plotnine import *
…
-
Hi @pwwang!
I'm trying to use vcfstats on a multiple sample vcf file in conda environment. But the command line return some errors that I could not solve.
I got `TypeError: getattr(): attribute n…
-
Does a feature [like this]( https://github.com/LKremer/ggpointdensity) made for ggplot2 exist in plotnine where a scatter plot has density information? Presently, I couldn't find any existing document…
-
In Pandas 1.4.0, the [`.append` method of data frames and series was deprecated](https://github.com/pandas-dev/pandas/pull/44539). This causes warnings to appear in Jupyter when using lots of `plotnin…
-
I am looking for some guidance and clarification on migrating a repository created with nbdev 1 and customized for additional workflow steps. I have followed the instructions on nbdev1 migration tutor…
-
## Unexpected Behavior
As far as I can tell, by default skylighting doesn't apply any text formatting to tokens of class `Import`. The result is that I get Python code that looks like this:
…
-
Thanks for this fantastic package. Plotnine is incredibly helpful for people like me who are familiar with ggplot2.
I was just wondering why in plotnine, mapping comes before data, unlike in R wher…