From c45352d153e173a3844af370569c7da437aaf93d Mon Sep 17 00:00:00 2001 From: t-bltg Date: Thu, 2 Sep 2021 17:59:02 +0200 Subject: [PATCH] fix UnicodePlots.jl/issues/125 (#3791) --- src/backends/unicodeplots.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/backends/unicodeplots.jl b/src/backends/unicodeplots.jl index d0e6b3f9..de4d0c2e 100644 --- a/src/backends/unicodeplots.jl +++ b/src/backends/unicodeplots.jl @@ -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