How to change line color in CDF or Quantile plot?
Hi,I am generating cummulative plots like the example below.However, I want to color of the lines not to be determined by col2 but by col3.Adding Color ( :col3 ) didn't do the trick...Thx, Phil Oneway(
Y( :col1), X( :col2),
All Graphs( 0 ), Plot Quantile by Actual( 1 ), Line of Fit( 0 ), X Axis Proportional( 0 ), Grand Mean( 0 ), Color ( :col3 )
)