<?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 How can make this diagram with JSL? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-can-make-this-diagram-with-JSL/m-p/622574#M82155</link>
    <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;For example, using the big class example, The number of rows on the "age" line is similar to bubble chart ABCD column.Use different colors and values to determine bubble size based on the positive and negative values of the four columns. Just like this example.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-04-14_22-42-21.png" style="width: 614px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51972i3164ABCACC3B4AB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-04-14_22-42-21.png" alt="2023-04-14_22-42-21.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 16:07:58 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2023-06-09T16:07:58Z</dc:date>
    <item>
      <title>How can make this diagram with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-make-this-diagram-with-JSL/m-p/622574#M82155</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;For example, using the big class example, The number of rows on the "age" line is similar to bubble chart ABCD column.Use different colors and values to determine bubble size based on the positive and negative values of the four columns. Just like this example.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-04-14_22-42-21.png" style="width: 614px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51972i3164ABCACC3B4AB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-04-14_22-42-21.png" alt="2023-04-14_22-42-21.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:07:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-make-this-diagram-with-JSL/m-p/622574#M82155</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-06-09T16:07:58Z</dc:date>
    </item>
    <item>
      <title>回复： How can make this diagram with JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-can-make-this-diagram-with-JSL/m-p/622576#M82156</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
m = {"A", "B", "C", "D"};
For( i = 1, i &amp;lt;= N Items( m ), i++,
	New Column( m[i] )
);
Column( "A" ) &amp;lt;&amp;lt; Formula( If( Mod( Row(), 5 ) == 0, height ) );
dt &amp;lt;&amp;lt; run formulas;
Column( "A" ) &amp;lt;&amp;lt; deleteFormula;
Column( "B" ) &amp;lt;&amp;lt; Formula( If( Mod( Row(), 7 ) == 0, weight ) );
dt &amp;lt;&amp;lt; run formulas;
Column( "B" ) &amp;lt;&amp;lt; deleteFormula;
Column( "C" ) &amp;lt;&amp;lt; Formula( If( Mod( Row(), 5 ) == 0, -height ) );
dt &amp;lt;&amp;lt; run formulas;
Column( "C" ) &amp;lt;&amp;lt; deleteFormula;
Column( "D" ) &amp;lt;&amp;lt; Formula( If( Mod( Row(), 7 ) == 0, -weight ) );
dt &amp;lt;&amp;lt; run formulas;
Column( "D" ) &amp;lt;&amp;lt; deleteFormula;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2023-04-14_22-39-46.png" style="width: 661px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/51973i12EF7A66CD96D4D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="2023-04-14_22-39-46.png" alt="2023-04-14_22-39-46.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 14:52:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-can-make-this-diagram-with-JSL/m-p/622576#M82156</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2023-04-14T14:52:28Z</dc:date>
    </item>
  </channel>
</rss>

