In graph builder I am interested in plotting a simple Y vs X for multiple X variables. By default graph builder combines all the different X variables on the same X axis and scale. Is there a simple way to change the X axis to have separate scales on the X axis for each variable?
Default graph builder (script1, graph1)
- Plot 1 variable on Y axis vs 8 variables on X axis
- All 8 variables on same x-axis
- Cant adjust axis setting to have 8 separate scales for each variable
- I can change "combine scales" but i cant remove "combine scales"
- export script (script1)
Improved graph builder (script2, graph2)
- Removed "position 1" from the script1 (exported from graph builder)
- Rerun script2 to make graph2 and everything looks good.
- No more "combined scales"
Just wondering if there is a quick way i can remove the "combined scales" or "position1" from the script inside graph builder without rescripting it everytime. I checked every setting i could see and the preferences and couldnt find a way to do this without scripting.
BTW i am just using an example data table "white polymer data" from a previous JMP workshop to illustrate the problem.
Apologies if this was answered elsewhere but i couldnt find the answer on the JMP community. Also my first time posting here. Thanks!