3D markers in a scatter3 plot
7 views (last 30 days)
Show older comments
I am working on a scatter3 plot to visualize PCA data. However, my current plot has 2D markers (circles) for each data point. Instead, I'd like to use a 3D marker (sphere) for each data point. Is that possible? I don't see a sphere option as marker type in scatter3 plot info, so I would imagine I have to do some programming to make this happen. My attempts so far have failed. Any suggestions?
0 Comments
Answers (1)
Abhinaya Kennedy
on 11 Jun 2024
You may create small balls using a "sphere" as follows :
You may also use "scatter3" to generate 3D markers using the "filled" option :
0 Comments
See Also
Categories
Find more on Surface and Mesh Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!