LINECOLOR is the jGraph module of jLab.

 LINECOLOR  Set line colors based on a property value within a colormap.
 
    LINECOLOR(H,C) set the lines with handles H to the colors C, determined
    by looking up the values of C within the default figure colormap. 
 
    H and C should be arrays of the same size.
 
    LINECOLOR(H,C,CMIN,CMAX) uses the values CMIN and CMAX as the lower and
    uppermost values in the colormap, respectively.  The default behavior 
    is to set CMIN and CMAX to the minimum and maximum values within C.
 
    LINECOLOR(...,MAP) alternately uses the colormap MAP, which can either
    be a string or a colormap matrix.
 
    Usage: linecolor(h,c);
           linecolor(h,c,map);
           linecolor(h,c,cmin,cmax);
           linecolor(h,c,cmin,cmax,map);
    __________________________________________________________________
    This is part of JLAB --- type 'help jlab' for more information
    (C) 2013--2021 J.M. Lilly --- type 'help jlab_license' for details

contents | allhelp | index