Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
fix visible
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Dec 30, 2019
1 parent ec3deb5 commit 9de6733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic_recipes/basic_recipes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down

0 comments on commit 9de6733

Please sign in to comment.