Skip to content

Commit

Permalink
Minor adjustment to recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
juliohm committed Nov 23, 2023
1 parent b2b8046 commit 88f2004
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ext/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ function vizmany!(plot, objs)
colorscheme = plot[:colorscheme]
pointsize = plot[:pointsize]
segmentsize = plot[:segmentsize]
showfacets = plot[:showfacets]
facetcolor = plot[:facetcolor]

object = Makie.@lift reduce(concat, $objs)
colors = Makie.@lift mayberepeat($color, $objs)
Expand All @@ -30,8 +28,6 @@ function vizmany!(plot, objs)
alpha=alphas,
colorscheme=colorscheme,
pointsize=pointsize,
segmentsize=segmentsize,
showfacets=showfacets,
facetcolor=facetcolor
segmentsize=segmentsize
)
end

0 comments on commit 88f2004

Please sign in to comment.