function this = hsvplotoptions(varargin)
%HSVPLOTOPTIONS

%  Copyright 1986-2004 The MathWorks, Inc.
%  $Revision: 1.1.6.1.2.1 $   $Date: 2005/01/12 16:29:07 $
this = plotopts.HSVPlotOptions;

% Set Version Number
this.Version = 1.0;

if any(strcmpi(varargin,'cstprefs'))
   this = mapCSTPrefs(this); 
end

this.Title.String = 'Hankel Singular Values (State Contributions)';
this.XLabel.String = 'State';
this.YLabel.String = 'State Energy';
this.Grid = 'on';  % on by default