Monika Anna Tomaszewska

Results 53 comments of Monika Anna Tomaszewska

Ok, thank you very much for the clarification!

This is not a direct solution you are asking for, but maybe will help. See: https://discourse.julialang.org/t/gadfly-how-to-change-width-and-opacity-of-lines-in-geom-density/37823/2 Using Colors library, you can set a style: ``` using Gadfly using Colors test...

I wish RGBA() was working within scale.color_discrete_manual() Gadfly.plot( test, x=:x, y=:y, color=:z, Geom.line, personal_theme, Scale.color_discrete_manual(RGBA(0.3, 0.1, 0.6, 0.3), RGBA(0.8, 0, 0.9, 0.2)) ) ERROR: MethodError: no method matching color_discrete_manual(::RGBA{Float64}, ::RGBA{Float64})...

Thank you for the code. I hope 'alphas' will be working with Geom.line soon.

True, does not throw the error, but also does not apply the transparency. color() just changes it from RGBA to RGB.

Yeah, indeed it does not capture the vline geometry color. As a temporal solution, you may try defining a color for Geom.vline() and set manual scale color & legend: Gadfly.plot(layer(x=x1,...

Shouldn't you multiply by 86400 instead of dividing? https://www.researchgate.net/post/How-do-I-convert-ERA-Interim-precipitation-estimates-from-kg-m2-s-to-mm-day

Thank you very much for the update! I also very much appreciate adding support for (or even switching to) terra package! So, double thanks!:) Btw. if you need someone extra...

Because it is Level2 product that readMeta() [which is inside stackMeta()] does not read properly when raw=FALSE as default. See #84