Skip to content

hover attribute does not show x and y coordinates #195

Closed
@mstiitb

Description

@mstiitb

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions