Warnings on assigning marker size in Plots.jl to a variable

Note that instead of vectors of singleton vectors, we could provide row vectors to plot:

plot(df.tE', permutedims(df.author),
    st=:scatter, markershape=:rect, ms=df.wt',
    xerr=df.seTE, legend=false
)
1 Like