Closed
Description
I am new to Julia. I have been trying to plot the output of my ODE using the following statements:
plotlyjs()
scatter(G0, vars=(0,1), xlims=(1.0,10.7), ylims=(-1e4,1e4), label="2nd Varicose mode", hover=["Varicose"])
I was expecting to see the x and y coordinates when my mouse hovered over the data points but all I see is "Varicose". I have also tried
scatter(G0, vars=(0,1), xlims=(1.0,10.7), ylims=(-1e4,1e4), label="2nd Varicose mode", hover=["$G0.t"])
etc but it then lists the entire array of x values when I hover any data point. I am probably missing something trivial and would welcome help.
Metadata
Metadata
Assignees
Labels
No labels