Grocer Function

NAME

pltseries0 - 2d plot

CALLING SEQUENCE

pltseries0(y,y0,title,xscale0,wind,arg1,...,argn)

PARAMETERS

Input

Output

DESCRIPTION

Plots series allowing complex x scale (for instance, coming from a ts).

EXAMPLE

1) pltseries0(grocer_y,y0,tit,xscale0,wind,'leg='+strleg,yax,varargin(:))
2) pltseries0([log(1:4)' sqrt(1:4)'],[],'example',['winter' 'spring' 'summer' 'autumn'],1)

Example 1 is taken from function pltseries.
Example 2 draws a graph with an x axis representing the 4 seasons. Y matrix is [log(1:4)' sqrt(1:4)'], x axis is put at the minimum y value. Title is 'example' and graphic window is numbered 1.

AUTHOR

Eric Dubois 2004