www.gusucode.com > graphics 案例源码程序 matlab代码 > graphics/TurnOffAxesBackgroundDisplayExample.m

    %% Display Plot Without Axes Background
% Plot a surface without displaying the axes lines and
% background.

% Copyright 2015 The MathWorks, Inc.


surf(peaks)
axis off