You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this because it shows a bug in CairoMakie, which causes the second point of the line to be connected to the graphic's origin, while the first point is missing. You can see it in your docs, too. The first smooth has a straight line jutting off on the left.
While I'm going to fix this in CairoMakie, so that a NaN in first position doesn't trip it up, I guess you still want to fix it here as well.
The text was updated successfully, but these errors were encountered:
This seems to be an issue with Loess.jl: JuliaStats/Loess.jl#28, though it seems somewhat fixed by JuliaStats/Loess.jl#42. Closing here as any remaining cases (if they exist) should be fixed upstream.
I noticed this because it shows a bug in CairoMakie, which causes the second point of the line to be connected to the graphic's origin, while the first point is missing. You can see it in your docs, too. The first smooth has a straight line jutting off on the left.
While I'm going to fix this in CairoMakie, so that a NaN in first position doesn't trip it up, I guess you still want to fix it here as well.
The text was updated successfully, but these errors were encountered: