The following code is the plotting part of my OCEAN script. vds and gmbs are previously defined variables which can be plotted.
win = newWindow()
wv = ocnYvsYplot(?wavex vds ?wavey gmbs)
ocnSetAttrib(?XAxisLabel 'vds ?YAxisLabel 'gmbs ?yNumber 1 ?stripNumber 1)
The Problem:
I get a dialog box titled "ChangeMode", which says "Licence Virtuoso_Visual_Analysis_XL not available. Would you like to run Analog_Design_Environment_L license?". I click Yes.
But now the X and Y axis labels are not what I want them to be. I think the ocnSetAttrib line gets passed over because of the license checkout glitch.