<?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 save Process Performance Graph as JPEG/PNG? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-save-Process-Performance-Graph-as-JPEG-PNG/m-p/375865#M62577</link>
    <description>&lt;P&gt;HI Nelson,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your prompt response. It works well ! :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Apr 2021 01:14:19 GMT</pubDate>
    <dc:creator>gtroey86</dc:creator>
    <dc:date>2021-04-12T01:14:19Z</dc:date>
    <item>
      <title>How to save Process Performance Graph as JPEG/PNG?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-Process-Performance-Graph-as-JPEG-PNG/m-p/375653#M62555</link>
      <description>&lt;P&gt;Hi JMP,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's take the big class as an example.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have a JSL script example to export the process performance graph as a JPEG/PNG? Currently, I manually copy the graph to clipboard and paste it at my pptx. Wish to have automate way of doing it. :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;By the way, I set a random number for the spec limit just to produce the process performance graph.&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="gtroey86_0-1618008971882.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/31971iA70F9C6563D7868C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gtroey86_0-1618008971882.png" alt="gtroey86_0-1618008971882.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:12:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-Process-Performance-Graph-as-JPEG-PNG/m-p/375653#M62555</guid>
      <dc:creator>gtroey86</dc:creator>
      <dc:date>2023-06-11T11:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to save Process Performance Graph as JPEG/PNG?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-Process-Performance-Graph-as-JPEG-PNG/m-p/375676#M62556</link>
      <description>&lt;P&gt;Here is a simple script to show one way of saving the graph to PowerPoint&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pp.PNG" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/31972i6965540451487E40/image-size/large?v=v2&amp;amp;px=999" role="button" title="pp.PNG" alt="pp.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA\semiconductor capability.jmp" );
ps = Process Screening(
	Process Variables( :NPN1 ),
	Control Chart Type( "Indiv and MR" ),
	Process Performance Graph( 1 )
);
Report( ps )["Process Performance Graph"] &amp;lt;&amp;lt; save presentation( "$TEMP\mygraph.pptx" );

Open( "$TEMP\mygraph.pptx" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Apr 2021 01:35:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-Process-Performance-Graph-as-JPEG-PNG/m-p/375676#M62556</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-04-10T01:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to save Process Performance Graph as JPEG/PNG?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-Process-Performance-Graph-as-JPEG-PNG/m-p/375865#M62577</link>
      <description>&lt;P&gt;HI Nelson,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your prompt response. It works well ! :)&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 01:14:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-Process-Performance-Graph-as-JPEG-PNG/m-p/375865#M62577</guid>
      <dc:creator>gtroey86</dc:creator>
      <dc:date>2021-04-12T01:14:19Z</dc:date>
    </item>
  </channel>
</rss>

