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
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
Y Plot |
no description |
Key |
Default Value |
Options |
Description |
LEFTCOLOR |
'k' |
none |
|
RIGHTCOLOR |
'k' |
none |
|
LEFTLINESTYLE |
'-' |
none |
|
RIGHTLINESTYLE |
'-' |
none |
|
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
Some information of the method ao/iplotyy are listed below: |
Class name |
ao |
Method name |
iplotyy |
Category |
Output |
Package name |
ltpda |
VCS Version |
3542afe99dea25c636b7ac3b82a9f6f8be9d447d |
Min input args |
2 |
Max input args |
-1 |
Min output args |
0 |
Max output args |
-1 |
|
Method: ao/iplot |
|
Method: ao/report |
 |
©LTP Team