Graph Builder(
Size( 534, 456 ),
Show Control Panel( 0 ),
Variables(
X( :BH ),
Y( :RSF ),
Y( :Upper 90% Indiv RSF, Position( 1 ) ),
Y( :RSF Mean, Position( 1 ) ),
Y( :Lower 90% Indiv RSF, Position( 1 ) )
),
Elements(
Points( X, Y( 1 ), Legend( 18 ) ),
Line( X, Y( 3 ), Legend( 19 ) ),
Smoother( X, Y( 2 ), Y( 4 ), Legend( 20 ) )
),
SendToReport(
Dispatch(
{},
"Graph Builder",
FrameBox,
{Add Graphics Script( 7, Description( "" ), Empty() )}
)
)
);