<?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 to update the graph in Journal if the data changed ? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-update-the-graph-in-Journal-if-the-data-changed/m-p/709598#M89350</link>
    <description>&lt;P&gt;The only way I know to do this, is to run the platform from within the Journal window&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
New Window( "active journal",
	&amp;lt;&amp;lt;journal,
	Graph Builder(
		Variables( X( :Group ), Y( :Quantity ) ),
		Elements( Bar( X, Y, Legend( 4 ) ) )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 15 Dec 2023 04:45:40 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2023-12-15T04:45:40Z</dc:date>
    <item>
      <title>How to update the graph in Journal if the data changed ?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-update-the-graph-in-Journal-if-the-data-changed/m-p/709587#M89349</link>
      <description>&lt;P&gt;hello, I am new to JMP journal. I have a simple question as below when I start to use journal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;an example data and graph,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChernoffTurtle7_0-1702610609493.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59709i5A7528E986FEBA18/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChernoffTurtle7_0-1702610609493.png" alt="ChernoffTurtle7_0-1702610609493.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChernoffTurtle7_2-1702610677695.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59711iED0D17291898D788/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChernoffTurtle7_2-1702610677695.png" alt="ChernoffTurtle7_2-1702610677695.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChernoffTurtle7_3-1702610727799.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59712i82296C77E15C971F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChernoffTurtle7_3-1702610727799.png" alt="ChernoffTurtle7_3-1702610727799.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next， the data is changed, and I want this graph in journal could be changed accordingly. How to make it happen in a easy way？&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChernoffTurtle7_4-1702610925616.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59713i39E28FA78F6A892F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChernoffTurtle7_4-1702610925616.png" alt="ChernoffTurtle7_4-1702610925616.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChernoffTurtle7_5-1702610962510.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/59714i026C97C89F0F4CC3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChernoffTurtle7_5-1702610962510.png" alt="ChernoffTurtle7_5-1702610962510.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 03:34:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-update-the-graph-in-Journal-if-the-data-changed/m-p/709587#M89349</guid>
      <dc:creator>ChernoffTurtle7</dc:creator>
      <dc:date>2023-12-15T03:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to update the graph in Journal if the data changed ?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-update-the-graph-in-Journal-if-the-data-changed/m-p/709598#M89350</link>
      <description>&lt;P&gt;The only way I know to do this, is to run the platform from within the Journal window&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
New Window( "active journal",
	&amp;lt;&amp;lt;journal,
	Graph Builder(
		Variables( X( :Group ), Y( :Quantity ) ),
		Elements( Bar( X, Y, Legend( 4 ) ) )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Dec 2023 04:45:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-update-the-graph-in-Journal-if-the-data-changed/m-p/709598#M89350</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-12-15T04:45:40Z</dc:date>
    </item>
  </channel>
</rss>

