LINESTYLEPARSE is the jGraph module of jLab.

 LINESTYLEPARSE  Parses the input string to LINESTYLE.
 
    [WIDTH,STYLE,COLOR]=LINESTYLEPARSE(STR) converts the linestyle string 
    STR into specifications for line style, width, and color.  It is a 
    low-level function called by LINESTYLE and also TOPOPLOT.
 
    COLORS=LINESTYLEPARSE; with no input arguments just outputs the 
    definitions of colors used by LINESTYLE.
 
    Usage: [width,style,color]=linestyleparse(str);
    __________________________________________________________________
    This is part of JLAB --- type 'help jlab' for more information
    (C) 2016 J.M. Lilly --- type 'help jlab_license' for details

contents | allhelp | index