fix UnicodePlots.jl/issues/125 (#3791)

This commit is contained in:
t-bltg 2021-09-02 17:59:02 +02:00 committed by GitHub
parent b833b6582a
commit c45352d153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,10 +124,6 @@ function addUnicodeSeries!(
color = :auto
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)
end