Skip to content

Commit

Permalink
support alpha argument in band()
Browse files Browse the repository at this point in the history
  • Loading branch information
aplavin committed May 30, 2024
1 parent f3e9013 commit a854ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic_recipes/band.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function Makie.plot!(plot::Band)
end
end
attr = Attributes(plot)
attr[:color] = meshcolor
attr[:color] = @lift ($meshcolor, $(attr[:alpha]))
mesh!(plot, attr, coordinates, connectivity)
end

Expand Down

0 comments on commit a854ebe

Please sign in to comment.