<?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 Update Shape Column in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Update-Shape-Column/m-p/540553#M76120</link>
    <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I would like to know if there is a way to update the Shape Column property of the Graph Builder. I tried the following script, but it just opens the window to select the new column, so I've probably missed something... Thanks in advance for your help!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
GB = dt &amp;lt;&amp;lt;Graph Builder(
	Size( 528, 456 ),
	Show Control Panel( 0 ),
	Variables( X( :weight ), Y( :height ) ),
	Elements( Points( X, Y, Legend( 6 ), Set Shape Column( :age ) ) )
);

// Change the Shape Column
gbb = Report( gb )[Graph Builder Box( 1 )];
gbb &amp;lt;&amp;lt;update element (1,1,1,{Set Shape Column(:name)});&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:27:34 GMT</pubDate>
    <dc:creator>anne_sa</dc:creator>
    <dc:date>2023-06-11T11:27:34Z</dc:date>
    <item>
      <title>Update Shape Column</title>
      <link>https://community.jmp.com/t5/Discussions/Update-Shape-Column/m-p/540553#M76120</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;I would like to know if there is a way to update the Shape Column property of the Graph Builder. I tried the following script, but it just opens the window to select the new column, so I've probably missed something... Thanks in advance for your help!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
GB = dt &amp;lt;&amp;lt;Graph Builder(
	Size( 528, 456 ),
	Show Control Panel( 0 ),
	Variables( X( :weight ), Y( :height ) ),
	Elements( Points( X, Y, Legend( 6 ), Set Shape Column( :age ) ) )
);

// Change the Shape Column
gbb = Report( gb )[Graph Builder Box( 1 )];
gbb &amp;lt;&amp;lt;update element (1,1,1,{Set Shape Column(:name)});&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:27:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-Shape-Column/m-p/540553#M76120</guid>
      <dc:creator>anne_sa</dc:creator>
      <dc:date>2023-06-11T11:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Update Shape Column</title>
      <link>https://community.jmp.com/t5/Discussions/Update-Shape-Column/m-p/540572#M76121</link>
      <description>&lt;P&gt;I'm not sure how to do it with the &lt;CODE class=" language-jsl"&gt;Update Element&lt;/CODE&gt; message (seems like a bit of a bug there), but you can do the same thing by sending messages to the &lt;CODE class=" language-jsl"&gt;Marker Seg&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
GB = dt &amp;lt;&amp;lt;Graph Builder(
	Size( 528, 456 ),
	Show Control Panel( 0 ),
	Variables( X( :weight ), Y( :height ) ),
	Elements( Points( X, Y, Legend( 6 ), Set Shape Column( :age ) ) )
);

// Change the Shape Column
gbb = Report( gb )[Frame Box( 1 )];
seg = gbb &amp;lt;&amp;lt; Find Seg( Marker Seg( 1 ) );
seg  &amp;lt;&amp;lt; Set Marker Draw Column(:name);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Sep 2022 18:27:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-Shape-Column/m-p/540572#M76121</guid>
      <dc:creator>ErraticAttack</dc:creator>
      <dc:date>2022-09-05T18:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Update Shape Column</title>
      <link>https://community.jmp.com/t5/Discussions/Update-Shape-Column/m-p/540699#M76130</link>
      <description>&lt;P&gt;Thanks for your prompt reply &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/26363"&gt;@ErraticAttack&lt;/a&gt;,&amp;nbsp;that's exactly what I was looking for!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 06:42:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Update-Shape-Column/m-p/540699#M76130</guid>
      <dc:creator>anne_sa</dc:creator>
      <dc:date>2022-09-06T06:42:29Z</dc:date>
    </item>
  </channel>
</rss>

