Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No scatter3d mode specifed #32

Open
zhangjb35 opened this issue Nov 18, 2024 · 0 comments
Open

No scatter3d mode specifed #32

zhangjb35 opened this issue Nov 18, 2024 · 0 comments

Comments

@zhangjb35
Copy link

zhangjb35 commented Nov 18, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant