diff --git a/src/basic_recipes/basic_recipes.jl b/src/basic_recipes/basic_recipes.jl index da22b84e8..dd23ebec9 100644 --- a/src/basic_recipes/basic_recipes.jl +++ b/src/basic_recipes/basic_recipes.jl @@ -403,7 +403,7 @@ function plot!(plot::Annotations) tplot = text!(plot, "", align = Vec2f0(0), model = Mat4f0(I), - position = combinedpos, color = colors, + position = combinedpos, color = colors, visible = plot.visible, textsize = scales, font = fonts, rotation = rotations ).plots[end] onany(sargs...) do model, font, text_pos, args...