Constructs Andrews curves plots - This function will plot the Andrews curves for a set of data given in X.
The input arguments are
None
csandrews(x)
See HELP on PLOT for information on the available LINESTYLES and a list of the predefined colors.
If you want to specify a color, then you must also specify the linestyle.
csandrews(X) % plots solid black lines.
csandrews(X,':') % plots dotted black lines.
csandrews(X,'-','r') % plots red solid lines.