E
extra
Guest
Hello,
I am trying to generate plots using OCEAN scripts. If I use the
following commands:
plot( v("n1") v("n2") v("n3") )
displayMode( "strip" )
I will get a plot window with 3 separate strips. Each strip will
coorespond to the three voltages that I specified in the plot
statement.
What if I wanted to plot 2 of the signals on one strip? For example I
wanted v("n1") and v("n2") to share teh same y axis and v("n3") has
its own axis (2 strips total).
How do I specify strips in OCEAN?
thanks in advance.....
I am trying to generate plots using OCEAN scripts. If I use the
following commands:
plot( v("n1") v("n2") v("n3") )
displayMode( "strip" )
I will get a plot window with 3 separate strips. Each strip will
coorespond to the three voltages that I specified in the plot
statement.
What if I wanted to plot 2 of the signals on one strip? For example I
wanted v("n1") and v("n2") to share teh same y axis and v("n3") has
its own axis (2 strips total).
How do I specify strips in OCEAN?
thanks in advance.....