Not sure if you do it with Page, but you could use some scripting for example with By parameter:
New window("",
Lineup Box(N Col(2),
Graph Builder(
Variables(X(:height), Y(:weight)),
Elements(Points(X, Y, Legend(1)), Smoother(X, Y, Legend(2))),
By(:sex)
)
)
);
![jthi_0-1641311676386.png jthi_0-1641311676386.png](https://community.jmp.com/t5/image/serverpage/image-id/38711iDD90E1ECC4481880/image-size/medium?v=v2&px=400)
Do note that these are two separate graph builders
-Jarmo