Hide bounding box and axes in MATLAB 3D plots

Alec Jacobson

December 13, 2010

weblog/

Took me a while to track this down. matlab remove 3d bounding box To get rid of the bounding box and axes that matlab puts under your 3D plot use:
set(gca, 'visible', 'off');