<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to include code to show the Grid Lines in the Variability plot for X-Axis? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-include-code-to-show-the-Grid-Lines-in-the-Variability/m-p/471738#M71623</link>
    <description>&lt;P&gt;Maybe something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Variability Data/2 Factors Crossed.jmp");
var_chart = dt &amp;lt;&amp;lt; Variability Chart(
	Y(:Measurement, :Standard), X(:Operator, :part#),
	Std Dev Chart(0),
	Show Grand Mean(1)
);

For Each({rep}, var_chart &amp;lt;&amp;lt; report,
	axisbox = rep[axis box(2)];
	axisbox &amp;lt;&amp;lt; Show Major Grid(1);
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 21 Mar 2022 16:12:03 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-03-21T16:12:03Z</dc:date>
    <item>
      <title>How to include code to show the Grid Lines in the Variability plot for X-Axis?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-code-to-show-the-Grid-Lines-in-the-Variability/m-p/471720#M71621</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a list named "&lt;CODE class=" language-jsl"&gt;ColumnsList&lt;/CODE&gt;" with columns name from my Datatable for which i would like to make Variability plot for all columns present in the list.&lt;/P&gt;&lt;P&gt;Following Script creates box plots for all columns as required in the single page,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;theExpr = "Variability Chart( Y( :\!"" || ColumnsList[1] || "\!"";
For( p = 2, p &amp;lt;= N Items( ColumnsList ), p++,
   theExpr = theExpr || ", :\!"" || ColumnsList[p] || " \!"");
theExpr = theExpr || "), X(:WaferID, :DateCode, :Die),Std Dev Chart( 0 ),Show Grand Mean( 1 )";
Eval( Parse( theExpr ) );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However, for me it is bit challenging to include a code snippet to include the "Show Major Grid" for X-Axis in the above script.&lt;/P&gt;&lt;P&gt;Could anyone help me, how to include code snippet to show the Major Grid Line in the above code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 18:13:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-code-to-show-the-Grid-Lines-in-the-Variability/m-p/471720#M71621</guid>
      <dc:creator>AlexR846</dc:creator>
      <dc:date>2023-06-09T18:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to include code to show the Grid Lines in the Variability plot for X-Axis?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-code-to-show-the-Grid-Lines-in-the-Variability/m-p/471738#M71623</link>
      <description>&lt;P&gt;Maybe something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Variability Data/2 Factors Crossed.jmp");
var_chart = dt &amp;lt;&amp;lt; Variability Chart(
	Y(:Measurement, :Standard), X(:Operator, :part#),
	Std Dev Chart(0),
	Show Grand Mean(1)
);

For Each({rep}, var_chart &amp;lt;&amp;lt; report,
	axisbox = rep[axis box(2)];
	axisbox &amp;lt;&amp;lt; Show Major Grid(1);
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Mar 2022 16:12:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-code-to-show-the-Grid-Lines-in-the-Variability/m-p/471738#M71623</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-03-21T16:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to include code to show the Grid Lines in the Variability plot for X-Axis?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-code-to-show-the-Grid-Lines-in-the-Variability/m-p/471741#M71624</link>
      <description>&lt;P&gt;Thanks Jarmo !!&lt;/P&gt;&lt;P&gt;That perfectly did the job.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Mar 2022 16:25:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-code-to-show-the-Grid-Lines-in-the-Variability/m-p/471741#M71624</guid>
      <dc:creator>AlexR846</dc:creator>
      <dc:date>2022-03-21T16:25:58Z</dc:date>
    </item>
  </channel>
</rss>

