map_world_to_screen#

Subplot.map_world_to_screen(pos)#

Map world position to screen (canvas) position

Parameters:

pos (tuple[float, float, float]) – (x, y, z) position in world space

Returns:

(x, y) position in screen (canvas) space

Return type:

(float, float)