jrr96
jrr96
If I am understanding the philosophy, the code should look something like this right? ``` ( ggplot(df, aes(x='date', y='value', alpha='value')) + scale_alpha(range=(0, 1)) + geom_area() ) ```
Thanks a lot for the amazing library! Not sure if this would be covered by the implementation that you have in mind but I think it might be somewhat related....
Hi! Thank you for the amazing tool. It feels amazingly snappy and I really appreciate that you open sourced it. I do however, struggle a lot with its UI. Below...