Lennart R. Baalmann

Results 4 comments of Lennart R. Baalmann

A fairly stupid workaround is to define a custom marker that is a scaled version of the desired marker. Custom markers can be made with the Shape() function from a...

Just a small update: this issue also occurs when plotting many ordinary sized plot on a (somewhat) wide canvas: ``` p0 = plot(rand(100), title="Plot 0", scale=:log10) p1 = plot(rand(100), title="Plot...

It would be nice if this could be fixed; it still is a quite annoying issue. In GR, the code ``` using Plots p1 = plot(1:10, rand(10)) p2 = plot(4:14,...

I stumbled over this problem a few days ago as well. To be honest, I thought a centred moving average would be the default behaviour; it just seems very odd...