<?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 Export multiple figures made by graph builder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Export-multiple-figures-made-by-graph-builder/m-p/484354#M72867</link>
    <description>&lt;P&gt;Dear JMP Pros,&lt;/P&gt;&lt;P&gt;I have two questions regarding the graph builder and figure export:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) I generated multiple Graph builder figures (saved as separated scripts) and want to batch export them into one PPT or as any other pixel or vector graphic.&lt;/P&gt;&lt;P&gt;I read already through the manual and searched in the community forum but I couldnt find a way to do that in a fast manner, without clicking through all single graphs and export them separately.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Is there a way to merge two graphs from the graph builder?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;</description>
    <pubDate>Sun, 11 Jun 2023 11:24:11 GMT</pubDate>
    <dc:creator>SimonFuchs</dc:creator>
    <dc:date>2023-06-11T11:24:11Z</dc:date>
    <item>
      <title>Export multiple figures made by graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Export-multiple-figures-made-by-graph-builder/m-p/484354#M72867</link>
      <description>&lt;P&gt;Dear JMP Pros,&lt;/P&gt;&lt;P&gt;I have two questions regarding the graph builder and figure export:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) I generated multiple Graph builder figures (saved as separated scripts) and want to batch export them into one PPT or as any other pixel or vector graphic.&lt;/P&gt;&lt;P&gt;I read already through the manual and searched in the community forum but I couldnt find a way to do that in a fast manner, without clicking through all single graphs and export them separately.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Is there a way to merge two graphs from the graph builder?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:24:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Export-multiple-figures-made-by-graph-builder/m-p/484354#M72867</guid>
      <dc:creator>SimonFuchs</dc:creator>
      <dc:date>2023-06-11T11:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Export multiple figures made by graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Export-multiple-figures-made-by-graph-builder/m-p/484724#M72887</link>
      <description>&lt;P&gt;&amp;nbsp;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A simple script like the one below could work if you had all the scripts grouped together into a grouping called "Report". This will put the graphs into one new report window that you can then Export into a Powerpoint.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://www.jmp.com/en_us/events/live-webinars/mastering-jmp/building-dashboards/06-may-2022.html" target="_self"&gt;Mastering JMP webinar later today (May 6th)&lt;/A&gt; will talk about dashboarding and assembling different graphs together so you might be interested in that as well! Thanks.&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 = Current Data Table();

//Group all scripts into a group called Report
Scripts = dt &amp;lt;&amp;lt; Get Script Group( "Report" );

//In new window that is generated below, go to File &amp;gt; Export and choose Powerpoint
Report_Window = New Window( "Graphs",
	
	For(
		i = 1, i &amp;lt;= N Items( Scripts ), i++,
		
		dt &amp;lt;&amp;lt; Run Script( Scripts[i] )
			
		)
		
)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 06 May 2022 12:51:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Export-multiple-figures-made-by-graph-builder/m-p/484724#M72887</guid>
      <dc:creator>Joseph_Reese</dc:creator>
      <dc:date>2022-05-06T12:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Export multiple figures made by graph builder</title>
      <link>https://community.jmp.com/t5/Discussions/Export-multiple-figures-made-by-graph-builder/m-p/485080#M72918</link>
      <description>&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your answer! Unfourtunatly I havent had the chance to join the webinar. Is this available on demand?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks also for the script. I started JMP half a year ago and as a trained biochemi8st, I am not so used to scripting, so optimizing my steps in JMP might be a good start here. Is there any resource to learn JMP scripting? Thanks a lot for your help!&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 09:30:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Export-multiple-figures-made-by-graph-builder/m-p/485080#M72918</guid>
      <dc:creator>SimonFuchs</dc:creator>
      <dc:date>2022-05-09T09:30:29Z</dc:date>
    </item>
  </channel>
</rss>

