Home > ISET > plots > plotDisplayLine.m

plotDisplayLine

PURPOSE ^

Graph the values across a line in the vcimage window

SYNOPSIS ^

function plotDisplayLine(ori, figNum, vci)

DESCRIPTION ^

Graph the values across a line in the vcimage window

   plotDisplayLine([ori = 'h'], [figNum = current GraphWin], [vci = current])

 Purpose:
    The line plot must pass through a point xy selected by the user.  The
    line orientation (h or v) ori, is passed as a calling argument (ORI). 
    Monochrome and color data are handled in various ways.  
   
    The plotted values are attached the graph window and can be obtained
    using a data = get(figNum,'userdata') call.

 Examples:
    plotDisplayLine('h')

 Copyright ImagEval Consultants, LLC, 2005.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 14-Jan-2007 10:24:23 by m2html © 2003