Setting legend color pallet on graph builder
I have a script that creates a graph builder output with a dataset that has a variable number of items in the legend and variable number of frames. I'm able to get the frame tree structure then format them but unable to format the legend. I think I'm close but something is not functional in the very last line.Here's an example script.Names Default To Here( 1 );
dt = Open("$SAMPLE_DATA/Solubility...
gandi2223
vince_faller