change legend to existing biv plot
Hi,i created a biv chart with legend "age", now i want to use the same graph with a different legend.how can i do it? this is what i try and the error i get. prof=Bivariate(
Y( :high),
X( :weight),
by(:country),
SendToReport(
Dispatch( {}, "Bivar Plot", FrameBox, {Frame Size( 550, 450 ),
Row Legend(
:age,
Color( 1 ),
Color Theme( "JMP Default" ),
Marker( 1 ),
...
dale_lehman