Currently, some of the selected points would be obstructed by un-selected points in graph builder.
Scatterplot doesn't have this issue.
Please improve graph builder on this.
Thanks.
hi Justin,
first I agree with you that it needs to be improved in the program itself.
yet, one way to go around the problem would be to separate the observations into two difference variables and then you could control it.
ron
That's a good idea. Thanks.
Regards,
Justin
Good idea, Ron.
Yes, JMP should do better. I think what's going on is that there is an Overlay variable which is internally making N different point sets, one for each overlay level. Each point set is drawing its own selected points on top, but they don't communicate as well as they should.
That suggests another work-around is to use the Color role instead of the Overlay role. Color is only setting an attribute on each point rather than making separate point sets.