Use Unzip.unzip

This commit is contained in:
yha
2021-12-12 11:16:42 +02:00
parent 75938bf747
commit 15ce6ebfeb
5 changed files with 16 additions and 29 deletions
+2 -2
View File
@@ -190,8 +190,8 @@ end
[(missing, missing, missing), ("a", "b", "c")],
)
for z in zipped
@test isequal(collect(zip(Plots.unzip(z)...)), z)
@test isequal(collect(zip(Plots.unzip(GeometryBasics.Point.(z))...)), z)
@test isequal(collect(zip(Plots.RecipesPipeline.unzip(z)...)), z)
@test isequal(collect(zip(Plots.RecipesPipeline.unzip(GeometryBasics.Point.(z))...)), z)
end
op1 = Plots.process_clims((1.0, 2.0))
op2 = Plots.process_clims((1, 2.0))