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 |
[0 0 1] |
none |
|
RIGHTCOLOR |
[1 0 0] |
none |
|
LEFTLINESTYLE |
'-' |
none |
|
RIGHTLINESTYLE |
'-' |
none |
|
LEFTYSCALE |
'lin' |
none |
|
RIGHTYSCALE |
'lin' |
none |
|
LEFTXSCALE |
'lin' |
none |
|
RIGHTXSCALE |
'lin' |
none |
|
back to top
Frequency-series Plot |
no description |
Key |
Default Value |
Options |
Description |
LEFTCOLOR |
[0 0 1] |
none |
|
RIGHTCOLOR |
[1 0 0] |
none |
|
LEFTLINESTYLE |
'-' |
none |
|
RIGHTLINESTYLE |
'-' |
none |
|
LEFTYSCALE |
'log' |
none |
|
RIGHTYSCALE |
'log' |
none |
|
LEFTXSCALE |
'log' |
none |
|
RIGHTXSCALE |
'log' |
none |
|
back to top
Y Plot |
no description |
Key |
Default Value |
Options |
Description |
LEFTCOLOR |
[0 0 1] |
none |
|
RIGHTCOLOR |
[1 0 0] |
none |
|
LEFTLINESTYLE |
'-' |
none |
|
RIGHTLINESTYLE |
'-' |
none |
|
back to top
X-Y Plot |
no description |
Key |
Default Value |
Options |
Description |
LEFTCOLOR |
[0 0 1] |
none |
|
RIGHTCOLOR |
[1 0 0] |
none |
|
LEFTLINESTYLE |
'-' |
none |
|
RIGHTLINESTYLE |
'-' |
none |
|
LEFTYSCALE |
'lin' |
none |
|
RIGHTYSCALE |
'lin' |
none |
|
LEFTXSCALE |
'lin' |
none |
|
RIGHTXSCALE |
'lin' |
none |
|
back to top
Some information of the method ao/iplotyy are listed below: |
Class name |
ao |
Method name |
iplotyy |
Category |
Output |
CVS Version |
1af0b21675e8089cbd0dd1d95314adeb4a9a0023 |
Min input args |
2 |
Max input args |
-1 |
Min output args |
0 |
Max output args |
-1 |
|
Method: ao/iplot |
|
Method: ao/report |
 |
©LTP Team