function this = nyquistplotoptions(varargin)
%NYQUISTPLOTOPTIONS

%  Copyright 1986-2004 The MathWorks, Inc.
%  $Revision: 1.1.6.1.2.1 $   $Date: 2005/01/12 16:29:09 $

this = plotopts.NyquistPlotOptions;

% Set Version Number
this.Version = 1.0;

if ~isempty(varargin) && strcmpi(varargin{1},'cstprefs')
   this = mapCSTPrefs(this); 
end

this.Title.String = 'Nyquist Diagram';
this.XLabel.String = 'Real Axis';
this.YLabel.String = 'Imaginary Axis';