Home > freetb4matlab > graceplot > alternatives > semilogxerr.m

semilogxerr

PURPOSE ^

% This function produces two-dimensional plots on a semilogarithm axis

SYNOPSIS ^

function semilogxerr (varargin)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} semilogxerr (@var{args})
% This function produces two-dimensional plots on a semilogarithm axis 
% with errorbars. Many different combinations of arguments are possible.  
% The most used form is
%
% @example
% semilogxerr (@var{x}, @var{y}, @var{ey}, @var{fmt})
% @end example
%
% @noindent
% which produces a semi-logarithm plot of @var{y} versus @var{x}
% with errors in the @var{y}-scale defined by @var{ey} and the plot
% format defined by @var{fmt}. See errorbar for available formats and 
% additional information.
%
% @end deftypefn
% @seealso{errorbar, loglogerr semilogyerr, polar, mesh, contour, __pltopt__, 
% bar, stairs, __gnuplot_plot__, __gnuplot_splot__, replot, xlabel, ylabel, and title}

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003