GB = Graph Builder(
Size( 621, 472 ),
Variables(
X(colX[i]),
Y(colY[i])
),
Elements(
Position( 1, 1 ),
Points( X, Y, Legend( 67 ) ),
Smoother( X, Y, Legend( 68 ) )
),
SendToReport(
Dispatch(
{},
"Graph",
ScaleBox,
{Label Row( {Show Major Grid( 1 ), Show Minor Grid( 1 )} )}
)
)
);
graph = GB << Graph;
Hi all may i ask how can i edit this script such that it will show up in my current journal? As of now what all this does is open a new window with the full interactive graphbuilder and leaves the journal blank.
This is a part of a bigger script where there are other generated graph not made using graphbuilder and are able to be placed in the journal.
this is JMP 16