Fix https://github.com/JuliaPlots/Plots.jl/commit/87b220e7473387626c44b044db55ecb410a0047d of issue https://github.com/JuliaPlots/Plots.jl/issues/2487 brings a regression: annotate!(x,y,t) doesn’t work anymore, one must use: annotate!((x,y,t)) See discussion https://discourse.julialang.org/t/plots-annotate/37784