101/5000
Hello everyone,
I have this scatter diagram, and I want to add a point of a different color in the same diagram
with this instruction
scatter!(0.092, 0.0211)
and I get this error Cannot convert Float64 to series data for plotting
with Int values I dont have this issue, Could someone give me any suggestions?
Thank you all