PRSD Studio Documentation development version 2.2.3 (29-July-2010)
 SDSCATTER Interactive scatter plot and visualization of classifier outputs

 Interactive scatter plot
   SH=SDSCATTER(DATA,options)

 Visualization of pipeline outputs
   SH=SDSCATTER(DATA,P)
   SH=SDSCATTER(DATA,PD,'roc',R);

 INPUT
   DATA     data set
   P        pipeline object
   PD       pipeline object returning decisions
   R        SDROC object

 OUTPUT
   SH       handle of the scatter figure

 OPTIONS
 'callback' function handle of a callback (see prsd_example_user_callback.m)


 DESCRIPTION
 SDSCATTER provides interactive scatter plot and visualization of
 pipeline outputs. See Scatter menu for interactive functionality.
 Interactive keyboard commands:
  cursor keys : change features on x (left/right) and y (up/down) axis
  'l'  : legend on/off

 For 2D data sets, SDSCATTER can show pipeline soft outputs or decisions.
 If the SDROC object R is provided a separate ROC plot is opened and
 connected to the scatter plot. The user may then interactively change the
 opertating point and analyze the changes to classifier decisions in the
 scatter.

 READ MORE
 http://doc.prsdstudio.com/latest/guide/visualization.html#sdscatter

sdscatter is referenced in examples: