-
Computer: Macbook pro 13' 2016, intel chip
Python Version: 3.8.3
IDE: Jupyter Notebook
When importing the package, such an error occurs:
`import plotnine as pn`
`AttributeError: module 'numpy…
-
Importing pyproj 3.0.1 on PyPy for Windows raises the following error:
```Python-traceback
Python 3.7.10 (77787b8f4c49, May 15 2021, 11:51:36)
[PyPy 7.3.5 with MSC v.1927 64 bit (AMD64)] on win32
…
-
**plotine** version: 0.8.0
```python
import numpy as np
import pandas as pd
from plotnine import *
import plotnine as p9
data_df = pd.DataFrame({"Date_Pandas": pd.date_range('2022-01-01', …
-
Currently, the [doc](https://docs.pymc.io/api/gp/cov.html#pymc3.gp.cov.Exponential) for the `ls` parameter in `pymc3.gp.cov.Exponential` states it is involved as as a square:
https://github.com/pymc…
-
Smaller reproducible example below: https://github.com/theislab/scanpy/issues/1846#issuecomment-863823148 –@ivirshup
--------------------------
- [x] I have checked that this issue has not alrea…
-
Hi !
I'm analyzing gds2 in my school,
Try to get one meta layer data, but I alway get all hole cell's data.
I hope you give me advice or sample code.
Best regards
import gdspy
import t…
-
The vcfstats are able to produce a plenty of informative plots to explore and access genotypes in the vcf file. I'd like to list several currently not supported by vcfstats plotting possibilities whic…
-
For graphing, I want to include [plotnine](https://plotnine.readthedocs.io/en/stable/index.html) into the docker image. Plotnine offers the same grammar of graphics as ggplot2 for the R language. This…
-
This code works as expected (density histogram with kde)
```
from plotnine import *
import pandas as pd
p_df = pd.read_csv('https://raw.githubusercontent.com/mwaskom/seaborn-data/master/pengui…
-
I am enjoying geom_sina() in the following plot:
However, there is a tiny problem which is that the geom_sina dots are spilling over to the nearby boxes, e.g:
Not sure if it's the right …