Basic Dot Plot Error

Have you considered my advice from the previous discussion here:

?

Again your piece of code isn’t an MWE that reproduces your problem. In this case it’s possible to fix it (by adding import StatsPlots as stp at the top, and fixing the second scatter call by adding a comma after (:gold, 12)), but again this is just unnecessary overhead for people trying to help you.

The answer to your question is that this

l = @layout([title="Entity Compare";
            ylab="Measurement";
            xlab="Lab Entity"])

still isn’t Plots/StatsPlots syntax, here’s the documentation for layouts:

https://docs.juliaplots.org/stable/layouts/#Advanced-Layouts