Sebastian
Sebastian
Hey! Happy to hear there's interest in that! Indeed, this is technically more of a `ginger` issue / question, but it doesn't matter, as the use case is `ggplotnim` anyway....
Hey! Yeah, there's a whole bunch of messages that accumulated over time, sorry about that. I've been meaning to clean them up for a while now, because it's been annoying...
I've applied the necessary changes to #145. I still need to fix up some stuff around the original feature to merge it (I think some result plots need to be...
Ouch, this is the downside of adding `geom_smooth` (#127). `geom_smooth` internally uses BLAS to solve a linear least squares problem for the Savitzky-Golay filters. I didn't quite realize that dead...
Yes, that was indeed a good idea. In the CI I also use `msys2` to install cairo, but there we have at least a few known options so far. At...
PR #143 adds a `-d:nolapack` option to disable `geom_smooth` and with it the LAPACK dependency. This isn't a perfect solution, but it's at least a workaround.
> PR #143 adds a `-d:nolapack` option to disable `geom_smooth` and with it the LAPACK dependency. This isn't a perfect solution, but it's at least a workaround. PR #143 is...
If you would like to learn about that, I'm not going to stop you. ;) What I mentioned in the issue should really be all that is required. This implies...
Hey! Thanks for the interest! Indeed, this should be quite possible. I haven't started any work on it, as I personally didn't have a need for it so far. Simply...
Ah, cool! If you just need something static, I'll see if I can get something working.