Add a scale to rendered scene #712
-
Hi everyone, first thanks for developing sionna. I'm wondering, whether there is a simple option to add a scale to a rendered scene with a coverage map in order to visualize the dimensions of the scene. I know, that the coverage_map.show() method provides axis, however I would prefer using a rendered scene as this also shows the simulated buildings. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @dominformant, Since each user may use different scene units, as well as choose the camera viewpoint arbitrarily, it would be easier for the user to annotate the Matplotlib figure returned by |
Beta Was this translation helpful? Give feedback.
Hello @dominformant,
Since each user may use different scene units, as well as choose the camera viewpoint arbitrarily, it would be easier for the user to annotate the Matplotlib figure returned by
scene.render()
themselves.