In the latest code, the set_scene code can only suppport show_axes=True.
So maybe we can toggle it with the option self.show_axes, just in the function set_scene.
Of course it works if the users manually toggle it False after the function call set_scene, but they may not know about the argument without digging into the code, since when they initialize the Viewer class and call the set_scene function, there are no reminders.
In the latest code, the
set_scene
code can only suppport show_axes=True. So maybe we can toggle it with the option self.show_axes, just in the functionset_scene
. Of course it works if the users manually toggle it False after the function callset_scene
, but they may not know about the argument without digging into the code, since when they initialize theViewer
class and call theset_scene
function, there are no reminders.