<?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 Is it possible to show excluded row values on chart via JSL? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-show-excluded-row-values-on-chart-via-JSL/m-p/690325#M87618</link>
    <description>&lt;P&gt;In my attached example data table (and box plot chart script inside), I would like to show the excluded row values as points (or Marker (29)) on the chart. These excluded rows do not necessary need to be excluded but should not participate in the Box Plot. Is this doable via JSL (I am on JMP 16.2)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps using Show Excluded Rows (), but cannot get it to work as desired.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Oct 2023 10:37:12 GMT</pubDate>
    <dc:creator>Neo</dc:creator>
    <dc:date>2023-10-25T10:37:12Z</dc:date>
    <item>
      <title>Is it possible to show excluded row values on chart via JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-show-excluded-row-values-on-chart-via-JSL/m-p/690325#M87618</link>
      <description>&lt;P&gt;In my attached example data table (and box plot chart script inside), I would like to show the excluded row values as points (or Marker (29)) on the chart. These excluded rows do not necessary need to be excluded but should not participate in the Box Plot. Is this doable via JSL (I am on JMP 16.2)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps using Show Excluded Rows (), but cannot get it to work as desired.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 10:37:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-show-excluded-row-values-on-chart-via-JSL/m-p/690325#M87618</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-10-25T10:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to show excluded row values on chart via JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-show-excluded-row-values-on-chart-via-JSL/m-p/690346#M87620</link>
      <description>&lt;P&gt;Almost anything is possible using JSL in JMP, so it isn't could you but rather should you. To use Show Excluded Rows() you would have to add points to your graph in one way or another AND you cannot locally exclude the already excluded values using Local Data Filter&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 10:25:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-show-excluded-row-values-on-chart-via-JSL/m-p/690346#M87620</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-10-25T10:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to show excluded row values on chart via JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-show-excluded-row-values-on-chart-via-JSL/m-p/690347#M87621</link>
      <description>&lt;P&gt;I think you can. See the attached example, created using&amp;nbsp;&lt;LI-MESSAGE title="Plot Excluded and Unhidden data points in Graph Builder." uid="209760" url="https://community.jmp.com/t5/JMP-Wish-List/Plot-Excluded-and-Unhidden-data-points-in-Graph-Builder/m-p/209760#U209760" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-idea-thread lia-fa-icon lia-fa-idea lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&lt;/P&gt;&lt;P&gt;The excluded points are shaded in the table script I've added to the table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ressel_0-1698229866890.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57951i9C613A7F9C9E7472/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ressel_0-1698229866890.png" alt="Ressel_0-1698229866890.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Comparing side by side, the width of the boxes in the box plot are not influenced by the shaded, i.e., excluded &amp;amp; unhidden data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ressel_1-1698230097188.png" style="width: 890px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/57952iC13B7AF6AC98BD0F/image-dimensions/890x396?v=v2" width="890" height="396" role="button" title="Ressel_1-1698230097188.png" alt="Ressel_1-1698230097188.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks to me that this is what you want?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 10:37:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-show-excluded-row-values-on-chart-via-JSL/m-p/690347#M87621</guid>
      <dc:creator>Ressel</dc:creator>
      <dc:date>2023-10-25T10:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to show excluded row values on chart via JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/Is-it-possible-to-show-excluded-row-values-on-chart-via-JSL/m-p/690352#M87622</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/15435"&gt;@Ressel&lt;/a&gt;&amp;nbsp;Exactly. Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2023 10:49:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Is-it-possible-to-show-excluded-row-values-on-chart-via-JSL/m-p/690352#M87622</guid>
      <dc:creator>Neo</dc:creator>
      <dc:date>2023-10-25T10:49:00Z</dc:date>
    </item>
  </channel>
</rss>

