Hello,
I am trying to change the second item in the legend to be black instead of red.
Inside of my graph builder function I use the following line of code to do this. (line color 0 = black)
Dispatch( {}, "400", ScaleBox, {Legend Model( 3, Properties( 1, {Line Color( 0 )}, Item ID("4TB", 1 ) ) )} )
This is how my plot turns out:
The box plot turns black, but the legend is blue, and the outlier data points are blue. They should be black.
Am I missing an extra line of code to change the data points to be black?
Thanks for the help!