fix UnicodePlots.jl/issues/125 (#3791)
This commit is contained in:
parent
b833b6582a
commit
c45352d153
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user