Hello,
When quantile plot is activated each X group is associated with a color.
However when a large numbre of data is used(several thousands), all the curves become "black", as the colored curves are fully covered with black markers. It become difficult to distinguish between X variables...
My best attempt is to reduce marker size and thicken the line. When I extract the script it provides :
SendToReport(
Dispatch(
{},
"Oneway QuantilePlot",
FrameBox,
{Marker Size( 0 ), Line Width Scale( 4 )}
)
);
But Is there a way to fully get rid of the marker or to get the same color between markers and the line that is drawn between 2 markers?
Jérôme