Hi
I’m trying to create a scatter plot in Graph Builder with:
- X = Rch
- Y = Cov
- Group = 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 → Median
- Used Overlay = LOT_WF
But the result still shows scatter points or only partially aggregated values.
It seems like Graph Builder is not aggregating both X and Y simultaneously by group.
My question
Is it possible in Graph Builder to:
Aggregate both X and Y as median by group
And directly plot (median(Rch), median(Cov)) as one point per LOT_WF
without creating a separate Summary table?
Additional context
I know I can achieve this using Tables → Summary, but I’m looking for a way to do it directly in Graph Builder for interactive analysis.