Is it possible to change the height of the output cell in 3d plots?
We can globally change the size of 2D plots with
Graphics().SHOW_OPTIONS.update({'figsize':[6,4]})
Is there something similar for 3d plots?
1 | initial version |
Is it possible to change the height of the output cell in 3d plots?
We can globally change the size of 2D plots with
Graphics().SHOW_OPTIONS.update({'figsize':[6,4]})
Is there something similar for 3d plots?