-
In Heptapod by @stonebig on Feb 5, 2022, 11:36
Trying
````
Python 3.8.12 (0360402c9455129a4a246fc9faede8e212ee7226, Feb 04 2022, 00:30:51)
[PyPy 7.3.9-alpha0 with MSC v.1929 64 bit (AMD64)] on win32…
-
How can we add a shaded area under a geom_density object?
```
(
ggplot(mum5, aes(x='consideration_amount'))
+ geom_density(alpha=0.3, size=1.8, color = 'teal', fill = 'teal') + facet_wrap…
-
# Brief Description
Recently (20 Nov 2022), I attempted to import `pyjanitor` in Google Colab but I was unsuccessful due to a `TypeError`. I checked a previous version of `pyjanitor` (`0.21.2`) and…
-
Hi!
When using `geom_error` or `geom_errorh` from plotnine version 0.7.1, I understood the attribute `size` should change the error bar hat size (default = 0.5). Instead, it works like `alpha` attrib…
-
Hello @kbattocchi,
First, I am new in shap. I have two variables: 'Access' and 'Hesitant' in X and I can get the shap_values for my model. However, when I want to plot the shap_values with beeswarm…
-
Thanks for your library, it saves me a lot of time to be able to use gg API while still in python.
I work a lot with image data and image labels, and want to try applying some of the same ideas of …
-
I am trying to create a custom line over time of my time series data. I am using the numpy datetime objects from a pandas dataframe for the x-axis. That is working fine overall. However, I can't figur…
-
Hey,
I tested a dummy example for the `geom_density_2d()` function and for me it is not working.
[Here](https://github.com/has2k1/plotnine/issues/172) it is working for some others.
```python
…
-
I would like to apply a tranformation on x-axis, which is a datatime field, yet receive the following errors:
````
TypeError: Discrete value supplied to continuous scale
````
Below is a simple…
-
Hi,
I'm having a hard time to figure out a way to display multiple legends in a GridSpec. Maybe it is something trivial, but I kindly ask for help. Why doesn't the legend automatically appears for …