<?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 Tall table - individual readouts on X and Y axis in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Tall-table-individual-readouts-on-X-and-Y-axis/m-p/887403#M104952</link>
    <description>&lt;P&gt;How can I create a x / y plot using individual readouts / rows of a tall table.&lt;BR /&gt;e.g. cw1 data on X, cw20 data on Y.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open( "$SAMPLE_DATA/Functional Data/Weekly Weather Data.jmp" );&lt;/CODE&gt;&lt;/PRE&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="hogi_0-1752657067715.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/78342i99BA8370BA007598/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1752657067715.png" alt="hogi_0-1752657067715.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;minus 1 point for:&lt;BR /&gt;- creating a dummy table&lt;/P&gt;
&lt;P&gt;- adding auxiliary columns to the main table&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jul 2025 09:41:19 GMT</pubDate>
    <dc:creator>hogi</dc:creator>
    <dc:date>2025-07-16T09:41:19Z</dc:date>
    <item>
      <title>Tall table - individual readouts on X and Y axis</title>
      <link>https://community.jmp.com/t5/Discussions/Tall-table-individual-readouts-on-X-and-Y-axis/m-p/887403#M104952</link>
      <description>&lt;P&gt;How can I create a x / y plot using individual readouts / rows of a tall table.&lt;BR /&gt;e.g. cw1 data on X, cw20 data on Y.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open( "$SAMPLE_DATA/Functional Data/Weekly Weather Data.jmp" );&lt;/CODE&gt;&lt;/PRE&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="hogi_0-1752657067715.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/78342i99BA8370BA007598/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1752657067715.png" alt="hogi_0-1752657067715.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;minus 1 point for:&lt;BR /&gt;- creating a dummy table&lt;/P&gt;
&lt;P&gt;- adding auxiliary columns to the main table&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 09:41:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tall-table-individual-readouts-on-X-and-Y-axis/m-p/887403#M104952</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-07-16T09:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tall table - individual readouts on X and Y axis</title>
      <link>https://community.jmp.com/t5/Discussions/Tall-table-individual-readouts-on-X-and-Y-axis/m-p/887464#M104960</link>
      <description>&lt;P&gt;I fear, some auxiliary columns are necessary to make it work.&lt;BR /&gt;But one can "store" them together with the report - as transform columns:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open( "$SAMPLE_DATA/Functional Data/Weekly Weather Data.jmp" );
Graph Builder(
  Transform Column(
    "week20",
    Formula( Col Quantile( If( :Week of Year == 20, :TAVG, . ), 0.5, :STATION ) )
  ),
  Transform Column(
    "week1",
    Formula( Col Quantile( If( :Week of Year == 1, :TAVG, . ), 0.5, :STATION ) )
  ),
  Variables( X( :week1 ), Y( :week20 ) ),
  Elements( Points( X, Y, Legend( 3 ) ), Smoother( X, Y, Legend( 4 ) ) )
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Jul 2025 13:45:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Tall-table-individual-readouts-on-X-and-Y-axis/m-p/887464#M104960</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-07-16T13:45:28Z</dc:date>
    </item>
  </channel>
</rss>

