Replies: 3 comments 3 replies
-
Hi @wasserth, You can use the 'container' actor or the gridUI to do that. I am surprised that we do not have a tutorial for that but you can look at the test of container actor or the grid : https://github.com/fury-gl/fury/blob/master/fury/tests/test_actors.py#L1104 Run the tests with interactive to true to see the results. I hope it helps |
Beta Was this translation helpful? Give feedback.
-
Also, there is |
Beta Was this translation helpful? Give feedback.
-
Great!
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I am using fury to render 3D plots of binary masks. Across the entire image I have several binary masks at different positions. Now I want to show text next to each binary mask. I know the position of each mask in 3D space, but as far as I know text can only be plotted using
TextBlock2D
which can not take a position in 3D space. Now I am not sure how to find the right 2D position for the text from the 3D position of the binary mask.Do you have a solution for this?
Beta Was this translation helpful? Give feedback.
All reactions