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

Commit 9de6733

Browse files
committed
fix visible
1 parent ec3deb5 commit 9de6733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/basic_recipes/basic_recipes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ function plot!(plot::Annotations)
403403

404404
tplot = text!(plot, "",
405405
align = Vec2f0(0), model = Mat4f0(I),
406-
position = combinedpos, color = colors,
406+
position = combinedpos, color = colors, visible = plot.visible,
407407
textsize = scales, font = fonts, rotation = rotations
408408
).plots[end]
409409
onany(sargs...) do model, font, text_pos, args...

0 commit comments

Comments
 (0)