<?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 Re: How do I get my axis property to be updated on my distribution graphic ? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-I-get-my-axis-property-to-be-updated-on-my-distribution/m-p/870749#M103436</link>
    <description>&lt;P&gt;Thank you, it worked !&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Apr 2025 08:44:16 GMT</pubDate>
    <dc:creator>SophieCuvillier</dc:creator>
    <dc:date>2025-04-29T08:44:16Z</dc:date>
    <item>
      <title>How do I get my axis property to be updated on my distribution graphic ?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-get-my-axis-property-to-be-updated-on-my-distribution/m-p/870565#M103400</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have an application with a dashboard showing the distributions (and other graphs) of a table's parameters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this application, the user can interactively set limits, to be displayed on the graphs. To do this, I use the ‘Axis’ property of the columns. And while changes to this property are automatically reflected on graph builder graphics, this does not seem to be the case on the distribution platform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why is this? How can I make this interactive on the distribution platform too?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Restaurant Tips.jmp" );
:Day of Week &amp;lt;&amp;lt; set property( "Row Order Levels", 1 );
dt_split = dt &amp;lt;&amp;lt; Split( Split By( :Day of Week ), Split( :Bill Amount ), Sort by Column Property, remaining columns( drop all ) );

dt_split &amp;lt;&amp;lt; Distribution(
	Continuous Distribution( Column( :Thu ) )
);


dt_split &amp;lt;&amp;lt;  Graph Builder(
	Size( 495, 456 ),
	Show Control Panel( 0 ),
	Variables( X( :Thu ) ),
	Elements( Points( X, Legend( 12 ) ) )
);


wait(2); 

dt_split:Thu &amp;lt;&amp;lt; Set Property(
	"Axis",
	{Add Ref Line( 31.94, "Solid", "Red", "Limite1", 1 )}
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 15:23:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-get-my-axis-property-to-be-updated-on-my-distribution/m-p/870565#M103400</guid>
      <dc:creator>SophieCuvillier</dc:creator>
      <dc:date>2025-04-28T15:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get my axis property to be updated on my distribution graphic ?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-get-my-axis-property-to-be-updated-on-my-distribution/m-p/870575#M103401</link>
      <description>&lt;P&gt;Add Automatic Recalc to the Distribution&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt_split &amp;lt;&amp;lt; Distribution(
	Continuous Distribution( Column( :Thu )), Automatic Recalc( 1 )
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Almost all of the Platforms have an Automatic Recalc capability.&amp;nbsp; Not all Platforms have Automatic Recalc set as the default.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Apr 2025 15:50:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-get-my-axis-property-to-be-updated-on-my-distribution/m-p/870575#M103401</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2025-04-28T15:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do I get my axis property to be updated on my distribution graphic ?</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-I-get-my-axis-property-to-be-updated-on-my-distribution/m-p/870749#M103436</link>
      <description>&lt;P&gt;Thank you, it worked !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 08:44:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-I-get-my-axis-property-to-be-updated-on-my-distribution/m-p/870749#M103436</guid>
      <dc:creator>SophieCuvillier</dc:creator>
      <dc:date>2025-04-29T08:44:16Z</dc:date>
    </item>
  </channel>
</rss>

