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
SHOW PROVENANCE 1
  • 1
  • 0
A flag to enable/disable the provenance text patch.
ADDITIONAL REQUIREMENTS {} [0x0] none Specify any additional requirements needed to produce the data in the plot.
FCN 'plot'
  • 'plot'
  • 'stairs'
  • 'stem'
The plot function to use. Note: if errors are plotted, then this value is ignored.
XRANGE '' none A 2-element array specifying the ranges to be displayed on the x-axis.
LEFTYRANGE '' none A 2-element array specifying the range to be displayed on the left y-axis.
RIGHTYRANGE '' none A 2-element array specifying the range to be displayed on the right y-axis.
LEFTYSCALE 'lin' none
RIGHTYSCALE 'lin' none
XSCALE 'lin' none
back to top back to top

Frequency-series Plot

no description
Key Default Value Options Description
SHOW PROVENANCE 1
  • 1
  • 0
A flag to enable/disable the provenance text patch.
ADDITIONAL REQUIREMENTS {} [0x0] none Specify any additional requirements needed to produce the data in the plot.
FCN 'plot'
  • 'plot'
  • 'stairs'
  • 'stem'
The plot function to use. Note: if errors are plotted, then this value is ignored.
XRANGE '' none A 2-element array specifying the ranges to be displayed on the x-axis.
LEFTYRANGE '' none A 2-element array specifying the range to be displayed on the left y-axis.
RIGHTYRANGE '' none A 2-element array specifying the range to be displayed on the right y-axis.
LEFTYSCALE 'log' none
RIGHTYSCALE 'log' none
XSCALE 'log' none
back to top back to top

Y Plot

no description
Key Default Value Options Description
SHOW PROVENANCE 1
  • 1
  • 0
A flag to enable/disable the provenance text patch.
ADDITIONAL REQUIREMENTS {} [0x0] none Specify any additional requirements needed to produce the data in the plot.
FCN 'plot'
  • 'plot'
  • 'stairs'
  • 'stem'
The plot function to use. Note: if errors are plotted, then this value is ignored.
XRANGE '' none A 2-element array specifying the ranges to be displayed on the x-axis.
LEFTYRANGE '' none A 2-element array specifying the range to be displayed on the left y-axis.
RIGHTYRANGE '' none A 2-element array specifying the range to be displayed on the right y-axis.
back to top back to top

X-Y Plot

no description
Key Default Value Options Description
SHOW PROVENANCE 1
  • 1
  • 0
A flag to enable/disable the provenance text patch.
ADDITIONAL REQUIREMENTS {} [0x0] none Specify any additional requirements needed to produce the data in the plot.
FCN 'plot'
  • 'plot'
  • 'stairs'
  • 'stem'
The plot function to use. Note: if errors are plotted, then this value is ignored.
XRANGE '' none A 2-element array specifying the ranges to be displayed on the x-axis.
LEFTYRANGE '' none A 2-element array specifying the range to be displayed on the left y-axis.
RIGHTYRANGE '' none A 2-element array specifying the range to be displayed on the right y-axis.
LEFTYSCALE 'lin' none
RIGHTYSCALE 'lin' none
XSCALE '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 3f8d61c792503a5b5ec8a0a153efb23b65da24a9
Min input args 2
Max input args -1
Min output args 0
Max output args -1




©LTP Team