<?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 export multiple graphs to Powerpoint in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-export-multiple-graphs-to-Powerpoint/m-p/882965#M104720</link>
    <description>&lt;P&gt;Thank you Very Much this worked flawlessly i am new to the program but this i very easy to follow.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jul 2025 17:49:00 GMT</pubDate>
    <dc:creator>NGC_DAquila</dc:creator>
    <dc:date>2025-07-02T17:49:00Z</dc:date>
    <item>
      <title>How to export multiple graphs to Powerpoint</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-export-multiple-graphs-to-Powerpoint/m-p/882706#M104683</link>
      <description>&lt;P&gt;I am using the column switcher to change my graph but i want it to iterate through each of the "switchers" and print each onto a powerpoint slide. Is this possible in JMP18?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 19:28:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-export-multiple-graphs-to-Powerpoint/m-p/882706#M104683</guid>
      <dc:creator>NGC_DAquila</dc:creator>
      <dc:date>2025-07-01T19:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to export multiple graphs to Powerpoint</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-export-multiple-graphs-to-Powerpoint/m-p/882719#M104686</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );
dt = Open( "$SAMPLE_DATA/Hollywood Movies.jmp" );
gb = dt &amp;lt;&amp;lt; Graph Builder(
	Size( 686, 572 ),
	Variables( X( :Genre ), Y( :Opening Wknd Gross ) ),
	Show Control Panel( 0 ),
	Elements(
		Bar(
			X,
			Y,
			Legend( 7 ),
			Bar Style( "Side by side" ),
			Summary Statistic( "Mean" )
		)
	)
);
cs = gb &amp;lt;&amp;lt; Column Switcher(
		Opening Wknd Gross,
		{Rotten Tomatoes Score, Audience Score, Domestic Gross, Foreign Gross,
		World Gross, Production Budget, Profitability, Opening Wknd Gross},
		Close Outline( 1 )
	);
pptx_loc = "$DOCUMENTS/powerpoint_test.pptx";
gb &amp;lt;&amp;lt; Save Presentation( pptx_loc );
For Each( {v, i}, Remove( cs &amp;lt;&amp;lt; Get List, 1 ), cs &amp;lt;&amp;lt; Next; gb &amp;lt;&amp;lt; Save Presentation( pptx_loc, Append ) )&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Jul 2025 19:46:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-export-multiple-graphs-to-Powerpoint/m-p/882719#M104686</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2025-07-01T19:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to export multiple graphs to Powerpoint</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-export-multiple-graphs-to-Powerpoint/m-p/882965#M104720</link>
      <description>&lt;P&gt;Thank you Very Much this worked flawlessly i am new to the program but this i very easy to follow.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 17:49:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-export-multiple-graphs-to-Powerpoint/m-p/882965#M104720</guid>
      <dc:creator>NGC_DAquila</dc:creator>
      <dc:date>2025-07-02T17:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to export multiple graphs to Powerpoint</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-export-multiple-graphs-to-Powerpoint/m-p/882967#M104722</link>
      <description>&lt;P&gt;Is there a way to use a standardize the powerpoint format that is used when creating this report? also removing the words "Graph Builder" from the bottom left?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 18:14:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-export-multiple-graphs-to-Powerpoint/m-p/882967#M104722</guid>
      <dc:creator>NGC_DAquila</dc:creator>
      <dc:date>2025-07-02T18:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to export multiple graphs to Powerpoint</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-export-multiple-graphs-to-Powerpoint/m-p/883001#M104730</link>
      <description>&lt;P&gt;Others may know the &amp;lt;&amp;lt;Save Presentation functionality better than I do.&amp;nbsp; It appears there's an option to specify a template.&amp;nbsp; When I want total control over the PowerPoint format, I use python.&amp;nbsp; One example in &lt;A href="https://community.jmp.com/t5/Discussions/Export-to-Powerpoint/m-p/879839#M104326" target="_self"&gt;this post.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 22:33:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-export-multiple-graphs-to-Powerpoint/m-p/883001#M104730</guid>
      <dc:creator>mmarchandFSLR</dc:creator>
      <dc:date>2025-07-02T22:33:10Z</dc:date>
    </item>
  </channel>
</rss>

