<?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 Paste Login Report (ANOVA) on the back of a graph in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Paste-Login-Report-ANOVA-on-the-back-of-a-graph/m-p/382440#M63309</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ask for your help today to learn how to paste login report (Anova) to the back of a graph on JMP&lt;/P&gt;&lt;P&gt;For example, paste this report to the back of this graph like this :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Emma1_0-1620219125190.png" style="width: 585px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/32605i8E541B91EA60137F/image-dimensions/585x424?v=v2" width="585" height="424" role="button" title="Emma1_0-1620219125190.png" alt="Emma1_0-1620219125190.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Emma&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:13:44 GMT</pubDate>
    <dc:creator>Emma1</dc:creator>
    <dc:date>2023-06-11T11:13:44Z</dc:date>
    <item>
      <title>Paste Login Report (ANOVA) on the back of a graph</title>
      <link>https://community.jmp.com/t5/Discussions/Paste-Login-Report-ANOVA-on-the-back-of-a-graph/m-p/382440#M63309</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ask for your help today to learn how to paste login report (Anova) to the back of a graph on JMP&lt;/P&gt;&lt;P&gt;For example, paste this report to the back of this graph like this :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Emma1_0-1620219125190.png" style="width: 585px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/32605i8E541B91EA60137F/image-dimensions/585x424?v=v2" width="585" height="424" role="button" title="Emma1_0-1620219125190.png" alt="Emma1_0-1620219125190.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Emma&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:13:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Paste-Login-Report-ANOVA-on-the-back-of-a-graph/m-p/382440#M63309</guid>
      <dc:creator>Emma1</dc:creator>
      <dc:date>2023-06-11T11:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Paste Login Report (ANOVA) on the back of a graph</title>
      <link>https://community.jmp.com/t5/Discussions/Paste-Login-Report-ANOVA-on-the-back-of-a-graph/m-p/383249#M63387</link>
      <description>&lt;P&gt;I realize this isn't what you requested, but assuming you intend to do this by scripting (you could also do this by cutting and pasting graphics images in an image editor of course), there is a direct way to do this... IF you are willing to locate the report to the side. I'm not sure how to superimpose graphics using JSL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Brady&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brady_brady_0-1620400726783.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/32667iE23D2B3BF740352D/image-size/large?v=v2&amp;amp;px=999" role="button" title="brady_brady_0-1620400726783.png" alt="brady_brady_0-1620400726783.png" /&gt;&lt;/span&gt;&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\Big Class.jmp");
nw = new window("test",
	hlb = hlistbox(
		ow = dt &amp;lt;&amp;lt; Oneway( Y( :height ), X( :age ), All Pairs( 1 ) )		
	)
);


pic = report(ow)[outlinebox("Connecting Letters Report")][tablebox(1)]&amp;lt;&amp;lt;get picture;

hlb &amp;lt;&amp;lt; append (picturebox(pic));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 15:29:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Paste-Login-Report-ANOVA-on-the-back-of-a-graph/m-p/383249#M63387</guid>
      <dc:creator>brady_brady</dc:creator>
      <dc:date>2021-05-07T15:29:00Z</dc:date>
    </item>
  </channel>
</rss>

