<< nan_gplotmatrix Statistical Visualization nan_hist >>

NaN Toolbox >> NaN Toolbox > Statistical Visualization > nan_gscatter

nan_gscatter

scatter plot of groups

Calling Sequence

nan_gscatter(x,y,group)
nan_gscatter(x,y,group,clr,sym,siz)
nan_gscatter(x,y,group,clr,sym,siz,doleg)
nan_gscatter(x,y,group,clr,sym,siz,doleg,xname,yname)
h = nan_gscatter(...)

Parameters

x,y, group:

vectors with equal length

clr:

color vector, default 'bgrcmyk'

sym:

symbol, default '.'

siz:

size of Marker

doleg:

'on' (default) shows legend, 'off' turns of legend

xname, yname:

name of axis

Examples

loadmatfile(nan_getpath()+"/demos/data/iris.mat");
nan_gscatter(meas(:,1),meas(:,2),species)

See also

Authors


Report an issue
<< nan_gplotmatrix Statistical Visualization nan_hist >>