highligting the markers of particular rows in Bivariate plot
Hi Trying to highlighting the markers of particular rows in Bivariate plot.I manuall created the plot and saved the to script window and manually selected 'Theme' column as row legend. But the problem is I don't see those steps above in the script when I looked it! Here is what I meandt = Open( "$sample_data/Hollywood Movies.jmp" );
dt = currentdatatable(); // Don't know I need this here anyway
...
vince_faller