fix UnicodePlots.jl/issues/125

This commit is contained in:
t-bltg 2021-09-02 17:00:05 +02:00
parent b833b6582a
commit 479b59afe7

View File

@ -124,10 +124,6 @@ function addUnicodeSeries!(
color = :auto color = :auto
end end
# add the series
x, y = RecipesPipeline.unzip(
collect(Base.Iterators.filter(xy -> isfinite(xy[1]) && isfinite(xy[2]), zip(x, y))),
)
func(o, x, y; color = color, name = label) func(o, x, y; color = color, name = label)
end end