Open("C:\Program Files\SAS\JMPPRO\14\Samples\Data\Car Physical Data.jmp", window bounds(302, 316, 939, 721)); New Window("Jitter Styles", Graph Builder(Size(300, 250), Show Control Panel(0), Show Legend(0), Variables(X(:Type), Y(:Country)), Elements(Points(X, Y, Legend(3), Jitter("None"))), SendToReport(Dispatch({}, "Graph Builder", OutlineBox, {Set Title("")}), Dispatch({}, "graph title", TextEditBox, {Set Text("None")}))); Graph Builder(Size(300, 250), Show Control Panel(0), Show Legend(0), Variables(X(:Type), Y(:Country)), Elements(Points(X, Y, Legend(3))), SendToReport(Dispatch({}, "Graph Builder", OutlineBox, {Set Title("")}), Dispatch({}, "graph title", TextEditBox, {Set Text("Auto")}))); Graph Builder(Size(300, 250), Show Control Panel(0), Show Legend(0), Variables(X(:Type), Y(:Country)), Elements(Points(X, Y, Legend(3), Jitter("Random Uniform"))), SendToReport(Dispatch({}, "Graph Builder", OutlineBox, {Set Title("")}), Dispatch({}, "graph title", TextEditBox, {Set Text("Random Uniform")}))); Graph Builder(Size(300, 250), Show Control Panel(0), Show Legend(0), Variables(X(:Type), Y(:Country)), Elements(Points(X, Y, Legend(3), Jitter("Random Normal"))), SendToReport(Dispatch({}, "Graph Builder", OutlineBox, {Set Title("")}), Dispatch({}, "graph title", TextEditBox, {Set Text("Random Normal")}))); Graph Builder(Size(300, 250), Show Control Panel(0), Show Legend(0), Variables(X(:Type), Y(:Country)), Elements(Points(X, Y, Legend(3), Jitter("Packed"))), SendToReport(Dispatch({}, "Graph Builder", OutlineBox, {Set Title("")}), Dispatch({}, "graph title", TextEditBox, {Set Text("Packed")}))); Graph Builder(Size(300, 250), Show Control Panel(0), Show Legend(0), Variables(X(:Type), Y(:Country)), Elements(Points(X, Y, Legend(3), Jitter("Centered Grid"))), SendToReport(Dispatch({}, "Graph Builder", OutlineBox, {Set Title("")}), Dispatch({}, "graph title", TextEditBox, {Set Text("Centered Grid")}))); Graph Builder(Size(300, 250), Show Control Panel(0), Show Legend(0), Variables(X(:Type), Y(:Country)), Elements(Points(X, Y, Legend(3), Jitter("Positive Grid"))), SendToReport(Dispatch({}, "Graph Builder", OutlineBox, {Set Title("")}), Dispatch({}, "graph title", TextEditBox, {Set Text("Positive Grid")})))) << Move Window(308, 84) << Minimize Window << Set Window Icon("ReportFile"); Open("JitterTypesContinuous.jsl", Script, window bounds(100, 100, 913, 808))