-
I would like to create a 2d histogram and show the counts per bin as text.
However, I get an error claiming I have to provide x, y aesthetics which I however provide in the "gloabal" aes.
```
Fil…
-
## 🐛 Bug
**Describe the bug**
I was running models up through to end of June and early July in Google Colab with no issues. But now I get the following error on a simple pip icevision install.
OS…
-
geom_density_2d is not working for me. I've tried all of the underlying options. I was attempting to show gaussian mixture model clustering. So I generate some data, make some choices of starting valu…
-
Hi, I have a .qmd document which have both R and Python plotting output chunks. When rendering the R plots come out fine but the python plots do not appear. I have attached a repex of my issue
[tes…
-
Hi,
when importing plotnine I obtain the error
ImportError: cannot import name '_centered' from 'scipy.signal.signaltools' (/home/luca/.local/lib/python3.8/site-packages/scipy/signal/signaltools.p…
-
Hello @kbattocchi,
I have a model with a X variable=Hesitant and I can get the shap_values for my model too. The model has PolynomialFeatures(degree=3). Simillarly, I estimated the CATE for the va…
-
Hello,
Thank you for your prompt reply for the other issue I opened. I couldn't solve my problem but I realised it might be connected with those commands that are not exist for MacOS. "cp -T" comma…
-
### Context
Having detected some irregularities in my modelling results, I decided to re-install message_ix v3.4. This, however, fails, showing a value error message (see below), and I cannot seem to…
-
I get an unhandled Java exception during the reporting process of a certain scenario. This error might be related to this [issue ](https://github.com/iiasa/ixmp/issues/324) resolved in the past.
-…
-
Can you please give a quick overview of how plotnine differs from [ggpy](https://github.com/yhat/ggpy), and what are the pros and cons of each approach?