<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, extract data x and y values contour plot</title>
    <link>http://www.mapleprimes.com/questions/143389-Extract-Data-X-And-Y-Values-Contour-Plot</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Tue, 09 Jun 2026 10:19:59 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 10:19:59 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, extract data x and y values contour plot</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, extract data x and y values contour plot</title>
      <link>http://www.mapleprimes.com/questions/143389-Extract-Data-X-And-Y-Values-Contour-Plot</link>
    </image>
    <item>
      <title>getdata</title>
      <link>http://www.mapleprimes.com/questions/143389-Extract-Data-X-And-Y-Values-Contour-Plot?ref=Feed:MaplePrimes:extract data x and y values contour plot:Comments#answer143393</link>
      <itunes:summary>&lt;p&gt;restart;&lt;br&gt;g:=y*(1-1/(x^2+y^2)):&lt;br&gt;# g = 0.1&lt;br&gt;plots:-contourplot(g,x=-1..1,y=0..2,contours=[0.1]); p:=%:&lt;br&gt;dt:=plottools:-getdata(p):&lt;br&gt;L:=ListTools:-Flatten(select~(type,[dt],Matrix)):&lt;br&gt;M:=&amp;lt;op(L)&amp;gt;;&lt;br&gt;#plot(M);&lt;br&gt;#M[1..10,..];&lt;br&gt;#Lots of repeats, so:&lt;br&gt;Mu:=Matrix(ListTools:-MakeUnique(convert(M,listlist)));&lt;br&gt;#plot(Mu);&lt;br&gt;&lt;br&gt;Then do the same for g = 0 and save in Mu0, say. Notice now that plot(Mu0); connects points in a confusing manner. But you can do plot(Mu0,style=points) to avoid seeing these connecting lines.&lt;br&gt;To export Mu and Mu0 to Excel see &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=ExcelTools' target='_new'&gt;?ExcelTools&lt;/a&gt; &lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;restart;&lt;br&gt;g:=y*(1-1/(x^2+y^2)):&lt;br&gt;# g = 0.1&lt;br&gt;plots:-contourplot(g,x=-1..1,y=0..2,contours=[0.1]); p:=%:&lt;br&gt;dt:=plottools:-getdata(p):&lt;br&gt;L:=ListTools:-Flatten(select~(type,[dt],Matrix)):&lt;br&gt;M:=&amp;lt;op(L)&amp;gt;;&lt;br&gt;#plot(M);&lt;br&gt;#M[1..10,..];&lt;br&gt;#Lots of repeats, so:&lt;br&gt;Mu:=Matrix(ListTools:-MakeUnique(convert(M,listlist)));&lt;br&gt;#plot(Mu);&lt;br&gt;&lt;br&gt;Then do the same for g = 0 and save in Mu0, say. Notice now that plot(Mu0); connects points in a confusing manner. But you can do plot(Mu0,style=points) to avoid seeing these connecting lines.&lt;br&gt;To export Mu and Mu0 to Excel see &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=ExcelTools' target='_new'&gt;?ExcelTools&lt;/a&gt; &lt;/p&gt;</description>
      <guid>143393</guid>
      <pubDate>Tue, 12 Feb 2013 20:25:25 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>getting data</title>
      <link>http://www.mapleprimes.com/questions/143389-Extract-Data-X-And-Y-Values-Contour-Plot?ref=Feed:MaplePrimes:extract data x and y values contour plot:Comments#comment143422</link>
      <itunes:summary>&lt;p&gt;thanks but still i can not get the data&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;restart;&lt;br&gt;with(ExcelTools);&lt;br&gt;                              [Export, Import]&lt;br&gt;g:=y*(1-1/(x^2+y^2)):&lt;br&gt;# g = 0.1&lt;br&gt;plots:-contourplot(g,x=-1..1,y=0..2,contours=[0.1]); p:=%:&lt;br&gt;dt:=plottools:getdata(p):&lt;br&gt;L:=ListTools:-Flatten(select(type,[dt],Matrix)):&lt;br&gt;M:=&amp;lt;op(L)&amp;gt;;&lt;br&gt;#plot(M);&lt;br&gt;#M[1..10,..];&lt;br&gt;#Lots of repeats, so:&lt;br&gt;Mu:=Matrix(ListTools:-MakeUnique(convert(M,listlist)));&lt;br&gt;#plot(Mu);&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;thanks but still i can not get the data&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;restart;&lt;br&gt;with(ExcelTools);&lt;br&gt;                              [Export, Import]&lt;br&gt;g:=y*(1-1/(x^2+y^2)):&lt;br&gt;# g = 0.1&lt;br&gt;plots:-contourplot(g,x=-1..1,y=0..2,contours=[0.1]); p:=%:&lt;br&gt;dt:=plottools:getdata(p):&lt;br&gt;L:=ListTools:-Flatten(select(type,[dt],Matrix)):&lt;br&gt;M:=&amp;lt;op(L)&amp;gt;;&lt;br&gt;#plot(M);&lt;br&gt;#M[1..10,..];&lt;br&gt;#Lots of repeats, so:&lt;br&gt;Mu:=Matrix(ListTools:-MakeUnique(convert(M,listlist)));&lt;br&gt;#plot(Mu);&lt;/pre&gt;</description>
      <guid>143422</guid>
      <pubDate>Wed, 13 Feb 2013 10:46:29 Z</pubDate>
      <itunes:author>waseem</itunes:author>
      <author>waseem</author>
    </item>
    <item>
      <title>copy-paste</title>
      <link>http://www.mapleprimes.com/questions/143389-Extract-Data-X-And-Y-Values-Contour-Plot?ref=Feed:MaplePrimes:extract data x and y values contour plot:Comments#comment143430</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;&lt;a href="http://www.mapleprimes.com/questions/143389-Extract-Data-X-And-Y-Values-Contour-Plot#comment143422"&gt;@waseem&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;you need to copy-paste the code exactly as given:&lt;/p&gt;
&lt;p&gt;1.&lt;/p&gt;
&lt;p&gt;dt:=plottools:getdata(p):&lt;/p&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;p&gt;dt:=plottools:-getdata(p):&lt;/p&gt;
&lt;p&gt;missing -&lt;/p&gt;
&lt;p&gt;2.&lt;/p&gt;
&lt;p&gt;L:=ListTools:-Flatten(select(type,[dt],Matrix)):&lt;/p&gt;
&lt;p&gt;should be:&lt;/p&gt;
&lt;p&gt;L:=ListTools:-Flatten(select~(type,[dt],Matrix)):&lt;/p&gt;
&lt;p&gt;missing ~&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;nbsp;&lt;a href="http://www.mapleprimes.com/questions/143389-Extract-Data-X-And-Y-Values-Contour-Plot#comment143422"&gt;@waseem&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;you need to copy-paste the code exactly as given:&lt;/p&gt;
&lt;p&gt;1.&lt;/p&gt;
&lt;p&gt;dt:=plottools:getdata(p):&lt;/p&gt;
&lt;p&gt;should be&lt;/p&gt;
&lt;p&gt;dt:=plottools:-getdata(p):&lt;/p&gt;
&lt;p&gt;missing -&lt;/p&gt;
&lt;p&gt;2.&lt;/p&gt;
&lt;p&gt;L:=ListTools:-Flatten(select(type,[dt],Matrix)):&lt;/p&gt;
&lt;p&gt;should be:&lt;/p&gt;
&lt;p&gt;L:=ListTools:-Flatten(select~(type,[dt],Matrix)):&lt;/p&gt;
&lt;p&gt;missing ~&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>143430</guid>
      <pubDate>Wed, 13 Feb 2013 14:21:06 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
  </channel>
</rss>