I want create a scatter plot. I have point size and colour in additional variables (vectors).
x = Float64.(1:10)
y = Float64.(1:10)
c = Float64.(1:10)
s = Float64.(1:10)
scatter(x,y)
I've been googling very long now and could not find the right answer. What I am looking for is this:
This should get you part of the way there:
I didn't have time to try to figure out the legends.
There are a nearly unlimited number of colorschemes, have a look here if this one isn't exactly right: https://docs.juliaplots.org/latest/generated/colorschemes/