<?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: Saving a graph to my jmp file? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Saving-a-graph-to-my-jmp-file/m-p/48931#M27797</link>
    <description>&lt;P&gt;Welcome to the JMP User Community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a new user you should make sure you take advantage of the &lt;A href="http://jmp.com/welcome" target="_blank"&gt;New User Welcome Kit&lt;/A&gt;. That will give you a good foundation for learning more about JMP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also read &lt;A href="http://www.jmp.com/support/help/13-2/Discovering_JMP.shtml#" target="_self"&gt;Discovering JMP&lt;/A&gt; which will walk you through the basic use of JMP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for your specific question, for any report you generate you can &lt;A href="http://www.jmp.com/support/help/13-2/Example_of_Saving_and_Running_a_Script.shtml" target="_blank"&gt;save the script to reproduce back to the data table&lt;/A&gt;. Just go to the red triangle menu at the top of the report and choose Script-&amp;gt;Save To Data Table...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMPScreenSnapz170.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8782i5673CE3C86CFE1CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JMPScreenSnapz170.png" alt="JMPScreenSnapz170.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;That will add the script to your data table. You'll find it in the upper left corner. Click on the green "play" button to run the script and reproduce the report.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Scripts in JMP data table" style="width: 641px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8783iE7355D9C9DCF509A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Scripts in a JMP data table.png" alt="Scripts in JMP data table" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Scripts in JMP data table&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2017 18:22:56 GMT</pubDate>
    <dc:creator>Jeff_Perkinson</dc:creator>
    <dc:date>2017-12-20T18:22:56Z</dc:date>
    <item>
      <title>Saving a graph to my jmp file?</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-a-graph-to-my-jmp-file/m-p/48926#M27794</link>
      <description>&lt;P&gt;How do I do this so I dont have to recreate the graphs evertime?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 17:58:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-a-graph-to-my-jmp-file/m-p/48926#M27794</guid>
      <dc:creator>hkamel</dc:creator>
      <dc:date>2017-12-20T17:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Saving a graph to my jmp file?</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-a-graph-to-my-jmp-file/m-p/48927#M27795</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/10557"&gt;@hkamel&lt;/a&gt;:&amp;nbsp;&lt;BR /&gt;&amp;nbsp;You can use the New Script() function to save graphs to your table.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; For E.g.: See the Sample code below:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt =  Open( "$SAMPLE_DATA/Big Class.jmp"); 

dt &amp;lt;&amp;lt; New Script("MyGraph",Bivariate( Y( :weight ), X( :height ), Fit Line( {Line Color( {213, 72, 87} )} ) ));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You can then use the Run Script function to generate the graph&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;dt &amp;lt;&amp;lt; Run Script("MyGraph"); &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 18:02:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-a-graph-to-my-jmp-file/m-p/48927#M27795</guid>
      <dc:creator>uday_guntupalli</dc:creator>
      <dc:date>2017-12-20T18:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Saving a graph to my jmp file?</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-a-graph-to-my-jmp-file/m-p/48928#M27796</link>
      <description>&lt;P&gt;For someone who has never used this program before, i am not sure what you mean.&amp;nbsp; I am used to Minitab and I have not taken classes in JMP.&amp;nbsp; Can you explain it in easier steps?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 18:04:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-a-graph-to-my-jmp-file/m-p/48928#M27796</guid>
      <dc:creator>hkamel</dc:creator>
      <dc:date>2017-12-20T18:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Saving a graph to my jmp file?</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-a-graph-to-my-jmp-file/m-p/48931#M27797</link>
      <description>&lt;P&gt;Welcome to the JMP User Community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a new user you should make sure you take advantage of the &lt;A href="http://jmp.com/welcome" target="_blank"&gt;New User Welcome Kit&lt;/A&gt;. That will give you a good foundation for learning more about JMP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also read &lt;A href="http://www.jmp.com/support/help/13-2/Discovering_JMP.shtml#" target="_self"&gt;Discovering JMP&lt;/A&gt; which will walk you through the basic use of JMP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for your specific question, for any report you generate you can &lt;A href="http://www.jmp.com/support/help/13-2/Example_of_Saving_and_Running_a_Script.shtml" target="_blank"&gt;save the script to reproduce back to the data table&lt;/A&gt;. Just go to the red triangle menu at the top of the report and choose Script-&amp;gt;Save To Data Table...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMPScreenSnapz170.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8782i5673CE3C86CFE1CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JMPScreenSnapz170.png" alt="JMPScreenSnapz170.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;That will add the script to your data table. You'll find it in the upper left corner. Click on the green "play" button to run the script and reproduce the report.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Scripts in JMP data table" style="width: 641px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8783iE7355D9C9DCF509A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Scripts in a JMP data table.png" alt="Scripts in JMP data table" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Scripts in JMP data table&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 18:22:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-a-graph-to-my-jmp-file/m-p/48931#M27797</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2017-12-20T18:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Saving a graph to my jmp file?</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-a-graph-to-my-jmp-file/m-p/48932#M27798</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/10557"&gt;@hkamel&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Sure. Let's walk through this step by step. I haven't worked with Minitab previously so I will try to do my best and please let me know if you need any further clarification.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; You can use JMP in 2 ways (very broadly speaking)&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Interactively&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Scripting - The Scripting Language that JMP has is called JSL&amp;nbsp; ( JMP Scripting Language)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The approach that I have taken to address your question was based on (2) i.e. Scripting. The approach that Jeff Perkinson is advising is (1). (1) is definetely easier and I would recommend you follow that in this case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If you are eploring JSL i.e. step(2) , then please feel free to use the approach I suggested after you explore the New User Kit. Hope this helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 18:25:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-a-graph-to-my-jmp-file/m-p/48932#M27798</guid>
      <dc:creator>uday_guntupalli</dc:creator>
      <dc:date>2017-12-20T18:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Saving a graph to my jmp file?</title>
      <link>https://community.jmp.com/t5/Discussions/Saving-a-graph-to-my-jmp-file/m-p/48934#M27799</link>
      <description>&lt;P&gt;Ok.&amp;nbsp; I will try both ways.&amp;nbsp; I don't like this program, but such is life.&amp;nbsp; It is not very user friendly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 18:51:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Saving-a-graph-to-my-jmp-file/m-p/48934#M27799</guid>
      <dc:creator>hkamel</dc:creator>
      <dc:date>2017-12-20T18:51:26Z</dc:date>
    </item>
  </channel>
</rss>

