Replies: 1 comment
-
Yes, you can: scatter(rand(Point3f, 100), rotation=rand(Vec3f, 100)) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is it possible to rotate a scatter plot marker in 3 dimensions?
The documentation shows only 2D examples, and I wasn't able to figure this out from the source code.
I am using the uparrow scatter markers on an Axis3 surface, trying to rotate each arrow/marker in a direction normal to the surface at every point. I tried using the arrows function for this but was having issues.
Appreciate any guidance you're able to offer. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions