<?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 do i put the generated graph to a journal in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-do-i-put-the-generated-graph-to-a-journal/m-p/626157#M82495</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;GB = Graph Builder(
	Size( 621, 472 ),
	Variables(
			X(colX[i]),
			Y(colY[i])
	),
	Elements(
			Position( 1, 1 ),
			Points( X, Y, Legend( 67 ) ),
			Smoother( X, Y, Legend( 68 ) )
	),
						
						
			
	SendToReport(
		Dispatch(
			{},
			"Graph",
			ScaleBox,
			{Label Row( {Show Major Grid( 1 ), Show Minor Grid( 1 )} )}
			)
		)
			
);
		
graph = GB &amp;lt;&amp;lt; Graph;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hi all may i ask how can i edit this script such that it will show up in my current journal? As of now what all this does is open a new window with the full interactive graphbuilder and leaves the journal blank.&lt;/P&gt;&lt;P&gt;This is a part of a bigger script where there are other generated graph not made using graphbuilder and are able to be placed in the journal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is JMP 16&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:31:41 GMT</pubDate>
    <dc:creator>Dyan</dc:creator>
    <dc:date>2023-06-11T11:31:41Z</dc:date>
    <item>
      <title>How do i put the generated graph to a journal</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-i-put-the-generated-graph-to-a-journal/m-p/626157#M82495</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;GB = Graph Builder(
	Size( 621, 472 ),
	Variables(
			X(colX[i]),
			Y(colY[i])
	),
	Elements(
			Position( 1, 1 ),
			Points( X, Y, Legend( 67 ) ),
			Smoother( X, Y, Legend( 68 ) )
	),
						
						
			
	SendToReport(
		Dispatch(
			{},
			"Graph",
			ScaleBox,
			{Label Row( {Show Major Grid( 1 ), Show Minor Grid( 1 )} )}
			)
		)
			
);
		
graph = GB &amp;lt;&amp;lt; Graph;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hi all may i ask how can i edit this script such that it will show up in my current journal? As of now what all this does is open a new window with the full interactive graphbuilder and leaves the journal blank.&lt;/P&gt;&lt;P&gt;This is a part of a bigger script where there are other generated graph not made using graphbuilder and are able to be placed in the journal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is JMP 16&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:31:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-i-put-the-generated-graph-to-a-journal/m-p/626157#M82495</guid>
      <dc:creator>Dyan</dc:creator>
      <dc:date>2023-06-11T11:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do i put the generated graph to a journal</title>
      <link>https://community.jmp.com/t5/Discussions/How-do-i-put-the-generated-graph-to-a-journal/m-p/626177#M82496</link>
      <description>&lt;P&gt;Using &amp;lt;&amp;lt;Journal should work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
//This message applies to all display box objects
dt = Open("$SAMPLE_DATA/Big Class.jmp");

obj = dt &amp;lt;&amp;lt; Graph Builder(
	Variables(X(:Sex), Y(:Height), Group X(:Age)),
	Elements(Box Plot(X, Y))
);
rep = obj &amp;lt;&amp;lt; report;

rep &amp;lt;&amp;lt; journal;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1682498380016.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/52360i722E8DD3F1BA5BDD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1682498380016.png" alt="jthi_0-1682498380016.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2023 08:39:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-do-i-put-the-generated-graph-to-a-journal/m-p/626177#M82496</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-04-26T08:39:55Z</dc:date>
    </item>
  </channel>
</rss>

