I am trying to create a tab box display with a bivariate plot. I have the script that already generates the bivariate fit.
what is the jsl code for creating tabbox?
Go to:
Help==>Scripting Index==>TabPageBox()
Names Default To Here( 1 ); New Window( "Example", Tab Box( tp = Tab Page Box( "alpha", Panel Box( "panel", Text Box( "text" ) ) ), Tab Page Box( "beta", Popup Box( {"x", ex = 1, "y", ex = 2} ) ) ) );