```julia using Plots gr() plot(xlim=(0.0, 2.0), ylim=(0.0, 2.0)) annotate!(1.0, 1.0, Plots.text("1", color)) ``` is white if `color` is `:white` or `:red` and black if `color` is `:black`, `:green` or `:blue`. It works fine with Plotly or PyPlot though.