Method ao/iplotyy


  IPLOTYY provides an intelligent plotting tool for LTPDA.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: IPLOTYY provides an intelligent plotting tool for LTPDA.
 
  CALL:               hfig = iplotyy (a1,a2,pl)
               [hfig, hax] = iplotyy (a1,a2,pl)
          [hfig, hax, hli] = iplotyy (a1,a2,pl)
 
  INPUTS:      pl  - a parameter list
               a1  - input analysis object for left y-axis
               a2  - input analysis object for right y-axis
 
  NOTE: the two input AOs must be the same data type.
 
  OUTPUTS:     hfig - handles to figures
               hax  - handles to axes
               hli  - handles to lines
 
  Parameters Description
 
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Time-series Plot

no description
Key Default Value Options Description
LEFTCOLOR 'k' none
RIGHTCOLOR 'k' none
LEFTLINESTYLE '-' none
RIGHTLINESTYLE '-' none
LEFTYSCALE 'lin' none
RIGHTYSCALE 'lin' none
LEFTXSCALE 'lin' none
RIGHTXSCALE 'lin' none
back to top back to top

Frequency-series Plot

no description
Key Default Value Options Description
LEFTCOLOR 'k' none
RIGHTCOLOR 'k' none
LEFTLINESTYLE '-' none
RIGHTLINESTYLE '-' none
LEFTYSCALE 'log' none
RIGHTYSCALE 'log' none
LEFTXSCALE 'log' none
RIGHTXSCALE 'log' none
back to top back to top

Y Plot

no description
Key Default Value Options Description
LEFTCOLOR 'k' none
RIGHTCOLOR 'k' none
LEFTLINESTYLE '-' none
RIGHTLINESTYLE '-' none
back to top back to top

X-Y Plot

no description
Key Default Value Options Description
LEFTCOLOR 'k' none
RIGHTCOLOR 'k' none
LEFTLINESTYLE '-' none
RIGHTLINESTYLE '-' none
LEFTYSCALE 'lin' none
RIGHTYSCALE 'lin' none
LEFTXSCALE 'lin' none
RIGHTXSCALE 'lin' none
back to top back to top

Some information of the method ao/iplotyy are listed below:
Class name ao
Method name iplotyy
Category Output
Package name ltpda
VCS Version 175910878ca914560542d679d9d392de37438d84
Min input args 2
Max input args -1
Min output args 0
Max output args -1




©LTP Team