www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@sweepset/getDefaultPlotProperties.m

    function props = getDefaultPlotProperties(ss)
%GETDEFAULTPLOTPROPERTIES 
%
%  PROPS = GETDEFAULTPLOTPROPERTIES(SS)
%  

%  Copyright 2000-2015 The MathWorks, Inc. and Ford Global Technologies, Inc.


props.dataLineStyle = 'none';
props.dataMarker = '.';
props.reorderData = 'off';
props.showLegend = 'off';
props.showGrid = 'on';
props.showBadData = 'off';