Skip to content

No scatter3d mode specifed #32

@zhangjb35

Description

@zhangjb35

Here is a very annoying prompt. As the title shows. Solving it is relatively simple. Just modify this sentence.

 p <- plot_ly(data, marker = list(size = node.size),
                 x = data$x.mni*d.factor,
                 y = data$y.mni*d.factor,
                 z = data$z.mni*d.factor,
                 color= ~node.color,
                 name = data$ROI.Name,
                 type = "scatter3d")
截屏2024-11-18 21 26 42

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions