Skip to content

Commit

Permalink
Forward alpha to the underlying mesh in band
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Feb 7, 2024
1 parent f92b260 commit e9e8748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/basic_recipes/band.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function Makie.plot!(plot::Band)
end
attr = Attributes(plot)
attr[:color] = meshcolor
attr[:alpha] = plot.alpha
mesh!(plot, attr, coordinates, connectivity)
end

Expand Down

0 comments on commit e9e8748

Please sign in to comment.