csparallel

Constructs a parallel coordinates plot for the data in X.

Input Arguments:

The input arguments are

Output Arguments:

None

Synopsis

csparallel(x)

Notes:

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.

Examples:

   csparallel(X) 			% plots solid black lines.
   csparallel(X,':') 		% plots dotted black lines.
   csparallel(X,'-','r') 	% plots red solid lines.


EDA Toolbox: Contents