using Plots pgfplotsx() Plots.reset_defaults() #hide using StableRNGs #hide rng = StableRNG(1234) #hide nothing #hide (x, y) = (["a", "b", "c"], [1, 5, 15]) p = scatter(["a", "b"], ["q", "r"], ms = 8, legend = false, tickfontsize = 20) annotate!(["a", "b"], ["r", "q"], [text("ar", :top, :left, 50), text("bq", :bottom, :right, 20)]) # This file was generated using Literate.jl, https://github.com/fredrikekre/Literate.jl