As a dynamic extension to what Jim recommends, my favorite way to do this is as follows:
1) add a new column to the table, name it "Selected", make it nominal, and add to it the formula
Selected ( Row State ( ) )
This column will have 1 for any selected row, and 0 for any unselected row, and will update automatically as you make various selections.
![brady_brady_0-1677787678497.png brady_brady_0-1677787678497.png](https://community.jmp.com/t5/image/serverpage/image-id/50668i2461EF07EA22A97B/image-size/large?v=v2&px=999)
2) In graph builder, drag this new "Selected" column to the x-axis.
If you have no rows selected in your table, you'll get something like this:
![brady_brady_1-1677787810224.png brady_brady_1-1677787810224.png](https://community.jmp.com/t5/image/serverpage/image-id/50670iBA398C0A343BAC70/image-size/large?v=v2&px=999)
3) As soon as you select anything (even within this very graph), you'll get this:
![brady_brady_2-1677787848079.png brady_brady_2-1677787848079.png](https://community.jmp.com/t5/image/serverpage/image-id/50672i581311C4CFCCF651/image-size/large?v=v2&px=999)
Exactly HOW you make the selection, is completely up to you. You can make the selection whatever you wish, and you'll always see what you've selected, vs everything else.