R
Return Loss
Guest
Hi,
I'm trying to control the appearance of plots generated from an ocean
script like so:
window_id1 = newWindow()
awvDisableRedraw( window_id1 nil )
addTitle( "PSRR" )
...
<simulation runs and other stuff>
...
currentWindow( window_id1 )
plot( psrr_dB ?expr list(myLabel) )
This works but I would like better control over the appearance of the
plot. For example adding grids, control the plotting line style,
setting axis limits and so on. This should be possible with functions
similar to awvDisableRedraw().
I just can't seem to find the required functions in any of the online
manuals. Any pointers?
I'm trying to control the appearance of plots generated from an ocean
script like so:
window_id1 = newWindow()
awvDisableRedraw( window_id1 nil )
addTitle( "PSRR" )
...
<simulation runs and other stuff>
...
currentWindow( window_id1 )
plot( psrr_dB ?expr list(myLabel) )
This works but I would like better control over the appearance of the
plot. For example adding grids, control the plotting line style,
setting axis limits and so on. This should be possible with functions
similar to awvDisableRedraw().
I just can't seem to find the required functions in any of the online
manuals. Any pointers?