Skip to content

Commit

Permalink
restore Plots.unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Feb 16, 2023
1 parent 07380ea commit 4f52fa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ maketuple(x::Tuple) = x

RecipesPipeline.unzip(v) = Unzip.unzip(v) # COV_EXCL_LINE

"collect into columns (convenience for `unzip` from `Unzip.jl`)"
Plots.unzip(v) = RecipesPipeline.unzip(v) # COV_EXCL_LINE

replaceAlias!(plotattributes::AKW, k::Symbol, aliases::Dict{Symbol,Symbol}) =
if haskey(aliases, k)
plotattributes[aliases[k]] = RecipesPipeline.pop_kw!(plotattributes, k)
Expand Down

0 comments on commit 4f52fa8

Please sign in to comment.