[SOLVED] Ocean script plot - changing axis labels ??

Status
Not open for further replies.

cmos_ajay

Full Member level 2
Joined
Jan 30, 2007
Messages
126
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
2,247
I am running an ocean script in Cadence to plot expressions.
The command I used was ocnYvsYplot(?wavex Vds ?wavey Id)

The above command does not display axis labels Id and Vds.
How can I see the axis labels ? What needs to be changed in the command for this ??
 

I used the command ocnYvsYplot(?wavex Vds ?wavey Id awvSetXAxisLabel("Vds") awvSetYAxisLabel("Id"))

But I get an error. Can you tell me the correct format for the above ?
 

Simply arguments for them are completely wrong.

Learn and understand usage of them by launching Skill Finder.
 

can you tell me the correct arguments ?
 


can you tell me the correct arguments ?

Come on.. A simple search in the Skill API finder will tell you!
awvSetXAxisLabel(
w_windowId
g_label
[ ?subwindow x_subwindow ]
)
=> t / nil
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…