<?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: Extracting data from Surface plot in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Extracting-data-from-Surface-plot/m-p/54756#M30959</link>
    <description>&lt;P&gt;I am not aware of this ability in Surface Plot, however, you can use Contour Plot, and it will output the values.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Apr 2018 15:50:11 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2018-04-10T15:50:11Z</dc:date>
    <item>
      <title>Extracting data from Surface plot</title>
      <link>https://community.jmp.com/t5/Discussions/Extracting-data-from-Surface-plot/m-p/54747#M30956</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have fitted my response with three variables and found out the expression that relates the response to three variables. Now, I plotted the surfaces by keeping one of the variable constant using Graph---&amp;gt; Surface plot. Is there a way to extract the&amp;nbsp;fitted surface into an excel sheet (X, Y, Z data) so that I can plot it in any other software?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 15:03:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extracting-data-from-Surface-plot/m-p/54747#M30956</guid>
      <dc:creator>sdgff</dc:creator>
      <dc:date>2018-04-10T15:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from Surface plot</title>
      <link>https://community.jmp.com/t5/Discussions/Extracting-data-from-Surface-plot/m-p/54756#M30959</link>
      <description>&lt;P&gt;I am not aware of this ability in Surface Plot, however, you can use Contour Plot, and it will output the values.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 15:50:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extracting-data-from-Surface-plot/m-p/54756#M30959</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-04-10T15:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from Surface plot</title>
      <link>https://community.jmp.com/t5/Discussions/Extracting-data-from-Surface-plot/m-p/54758#M30960</link>
      <description>&lt;P&gt;If you have a model, there are many ways to do this, including the Contour Profiler, as mentioned. You could also use the Prediction Profiler in a similar fashion.&amp;nbsp;If you want control on the various points, create a new table with the grid you desire and copy the prediction formula into the new table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I do want to know: what is missing from the JMP Surface Plot that you want to see?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 15:55:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extracting-data-from-Surface-plot/m-p/54758#M30960</guid>
      <dc:creator>Dan_Obermiller</dc:creator>
      <dc:date>2018-04-10T15:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from Surface plot</title>
      <link>https://community.jmp.com/t5/Discussions/Extracting-data-from-Surface-plot/m-p/54759#M30961</link>
      <description>Thank you for your suggestion.&lt;BR /&gt;&lt;BR /&gt;I actually want to overlay different surface plots on to a single plot which I am not able to do in JMP and also add transparency to the surface. So, I want to extract the surface so that I can plot in other softwares.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Tue, 10 Apr 2018 15:59:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extracting-data-from-Surface-plot/m-p/54759#M30961</guid>
      <dc:creator>sdgff</dc:creator>
      <dc:date>2018-04-10T15:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting data from Surface plot</title>
      <link>https://community.jmp.com/t5/Discussions/Extracting-data-from-Surface-plot/m-p/54827#M30989</link>
      <description>&lt;P&gt;The script below is copied from the Scripting Index. Run the script and from the Prediction Profiler menu, select Reset Factor Grid. A dialog opens where you can set the low and high values and the number of points.&amp;nbsp; &amp;nbsp;When finished (OK), select Output Grid Table. I think this might give you what your want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am interested in what software (routine) you will be using to generate the surface overlay.&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/Tiretread.jmp" );
obj = Profiler(
	Y(
		:Pred Formula ABRASION,
		:Pred Formula MODULUS,
		:Pred Formula ELONG,
		:Pred Formula HARDNESS
	),
	Desirability Functions( 1 )
);
obj &amp;lt;&amp;lt; Surface Profiler( 1 );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Apr 2018 11:44:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Extracting-data-from-Surface-plot/m-p/54827#M30989</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2018-04-11T11:44:51Z</dc:date>
    </item>
  </channel>
</rss>

