How can I have only dots only for the RSF variable and then lines for the rest variable that represent the mean values and the prediction interval? When I select a column and I click on the different types of plots at the top ribbon it changes the plotting type for all variables
Graph builder JMP (16.2)
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() )}
)
)
);
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() )}
)
)
);