Skip to content

Commit

Permalink
bgcolor->backgroundcolor in makie.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Nov 11, 2023
1 parent 8d5863c commit c355b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function reveal(p::GridVisualizer, ::Type{MakieType})
ctx[:scene];
position = pos,
labelsize = 0.5 * ctx[:fontsize],
bgcolor = RGBA(1.0, 1.0, 1.0, 0.85),
backgroundcolor = RGBA(1.0, 1.0, 1.0, 0.85),
)
end
end
Expand Down

0 comments on commit c355b64

Please sign in to comment.