3D markers in a scatter3 plot
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (1개)
AKennedy
2024년 6월 11일
You may create small balls using a "sphere" as follows :
You may also use "scatter3" to generate 3D markers using the "filled" option :
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!