Graph Builder: How to plot median(Rch) vs median(Cov) by group (LOT_WF)?
Hi
I’m trying to create a scatter plot in Graph Builder with:
X = RchY = CovGroup = LOT_WF
What I want is:
For each LOT_WF, a single point representing
(median(Rch), median(Cov))
So the final plot should have one point per LOT_WF, not raw data.
What I tried
Added Points element and changed Summary Statistic → MedianUsed Overlay = LOT_WF
But the result still shows scatter points or only partially a...