<?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 Box plot setting or JSL update in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Box-plot-setting-or-JSL-update/m-p/636369#M83442</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chris_Liu_0-1685343487866.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53186i39BD50EB71EDA525/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chris_Liu_0-1685343487866.png" alt="Chris_Liu_0-1685343487866.png" /&gt;&lt;/span&gt;As the picture show, the LSL red line is un-show, how to set or update JSL to show as USL always shows?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:32:23 GMT</pubDate>
    <dc:creator>Chris_Liu</dc:creator>
    <dc:date>2023-06-11T11:32:23Z</dc:date>
    <item>
      <title>Box plot setting or JSL update</title>
      <link>https://community.jmp.com/t5/Discussions/Box-plot-setting-or-JSL-update/m-p/636369#M83442</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chris_Liu_0-1685343487866.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/53186i39BD50EB71EDA525/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chris_Liu_0-1685343487866.png" alt="Chris_Liu_0-1685343487866.png" /&gt;&lt;/span&gt;As the picture show, the LSL red line is un-show, how to set or update JSL to show as USL always shows?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:32:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Box-plot-setting-or-JSL-update/m-p/636369#M83442</guid>
      <dc:creator>Chris_Liu</dc:creator>
      <dc:date>2023-06-11T11:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Box plot setting or JSL update</title>
      <link>https://community.jmp.com/t5/Discussions/Box-plot-setting-or-JSL-update/m-p/636399#M83445</link>
      <description>&lt;P&gt;If you add&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;		theCol = Column Name( As List( Loc( things, distinctlst[i] ) )[1] );
		colMin = Min( Col Min( As Column( theCol ) ), As Column( theCol )[1] );
		colMax = Max( Col Max( As Column( theCol ) ), As Column( theCol )[2] );
		Myboxplot[axisbox( 2 )] &amp;lt;&amp;lt; Min( colMin - .1 * Abs( colMax - colMin ) );
		Myboxplot[axisbox( 2 )] &amp;lt;&amp;lt; Max( colMax + .1 * Abs( colMax - colMin ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;after your line&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Myboxplot = mybox &amp;lt;&amp;lt; report;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and before line&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Myboxplot &amp;lt;&amp;lt; save picture( Word( 1, Column Name( As List( Loc( things, distinctlst[i] ) )[1] ), " . " ) || ".emf", emf );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;you should get what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the attached JSL file for the complete JSL update&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2023 09:41:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Box-plot-setting-or-JSL-update/m-p/636399#M83445</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-05-29T09:41:58Z</dc:date>
    </item>
  </channel>
</rss>

