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?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.