<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, why has the plot command deteriorated</title>
    <link>http://www.mapleprimes.com/questions/142322-Why-Has-The-Plot-Command-Deteriorated</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 12:24:34 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 12:24:34 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, why has the plot command deteriorated</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, why has the plot command deteriorated</title>
      <link>http://www.mapleprimes.com/questions/142322-Why-Has-The-Plot-Command-Deteriorated</link>
    </image>
    <item>
      <title>Good question!</title>
      <link>http://www.mapleprimes.com/questions/142322-Why-Has-The-Plot-Command-Deteriorated?ref=Feed:MaplePrimes:why has the plot command deteriorated:Comments#answer142326</link>
      <itunes:summary>&lt;p&gt;I tried the following in Maple 16 (no problem in Maple 15):&lt;/p&gt;
&lt;p&gt;restart;&lt;br&gt;u:=sqrt(75-3*x^2);&lt;br&gt;plot(u); #No graph shown&lt;br&gt;dt:=plottools:-getdata(%);&lt;br&gt;M:=dt[-1];&lt;br&gt;M[1..10,1..2]; #OK data&lt;br&gt;M[-10..-1,1..2]; #Last data point undefined&lt;br&gt;M1:=M[1..-2,1..2]; #Last data point removed&lt;br&gt;plot(M1); #OK&lt;br&gt;plot(M); #No curve&lt;br&gt;plot(u,smartview=false); #Doesn't help&lt;br&gt;plot(u,style=point); #Works!&lt;br&gt;plot(u,x=-6..6); #No graph&lt;br&gt;plot(u,x=-5..5); #OK&lt;br&gt;&lt;br&gt;I also tried:&lt;/p&gt;
&lt;p&gt;plot(x^(-1/3)); #As expected and as in previous versions&lt;br&gt;dt:=plottools:-getdata(%);&lt;br&gt;M:=dt[-1];&lt;br&gt;has(M,HFloat(undefined)); #Answer 'false'&lt;br&gt;#The same question about the M above was 'true'.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I tried the following in Maple 16 (no problem in Maple 15):&lt;/p&gt;
&lt;p&gt;restart;&lt;br&gt;u:=sqrt(75-3*x^2);&lt;br&gt;plot(u); #No graph shown&lt;br&gt;dt:=plottools:-getdata(%);&lt;br&gt;M:=dt[-1];&lt;br&gt;M[1..10,1..2]; #OK data&lt;br&gt;M[-10..-1,1..2]; #Last data point undefined&lt;br&gt;M1:=M[1..-2,1..2]; #Last data point removed&lt;br&gt;plot(M1); #OK&lt;br&gt;plot(M); #No curve&lt;br&gt;plot(u,smartview=false); #Doesn't help&lt;br&gt;plot(u,style=point); #Works!&lt;br&gt;plot(u,x=-6..6); #No graph&lt;br&gt;plot(u,x=-5..5); #OK&lt;br&gt;&lt;br&gt;I also tried:&lt;/p&gt;
&lt;p&gt;plot(x^(-1/3)); #As expected and as in previous versions&lt;br&gt;dt:=plottools:-getdata(%);&lt;br&gt;M:=dt[-1];&lt;br&gt;has(M,HFloat(undefined)); #Answer 'false'&lt;br&gt;#The same question about the M above was 'true'.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>142326</guid>
      <pubDate>Thu, 17 Jan 2013 04:56:15 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>Second question ("related issue")</title>
      <link>http://www.mapleprimes.com/questions/142322-Why-Has-The-Plot-Command-Deteriorated?ref=Feed:MaplePrimes:why has the plot command deteriorated:Comments#answer142328</link>
      <itunes:summary>&lt;pre&gt;plot( x^3, x=-8..8, y=-10..10 );&lt;/pre&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;pre&gt;plot( x^3, view=[-8..8, -10..10] );&lt;/pre&gt;
&lt;p&gt;In the first way the label "y" is used for the vertical axis, in the second way there is no label.&lt;/p&gt;</itunes:summary>
      <description>&lt;pre&gt;plot( x^3, x=-8..8, y=-10..10 );&lt;/pre&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;pre&gt;plot( x^3, view=[-8..8, -10..10] );&lt;/pre&gt;
&lt;p&gt;In the first way the label "y" is used for the vertical axis, in the second way there is no label.&lt;/p&gt;</description>
      <guid>142328</guid>
      <pubDate>Thu, 17 Jan 2013 05:50:34 Z</pubDate>
      <itunes:author>Adri van der Meer</itunes:author>
      <author>Adri van der Meer</author>
    </item>
    <item>
      <title>Plot regression update</title>
      <link>http://www.mapleprimes.com/questions/142322-Why-Has-The-Plot-Command-Deteriorated?ref=Feed:MaplePrimes:why has the plot command deteriorated:Comments#answer143193</link>
      <itunes:summary>&lt;p&gt;The plotting regression bug may be fixed using the mathdoc.jar update posted here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/143131-DEPlot-Error-When-Plotting-Solution-Curve?submit=143189#comment143189"&gt;http://www.mapleprimes.com/questions/143131-DEPlot-Error-When-Plotting-Solution-Curve?submit=143189#comment143189&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;The plotting regression bug may be fixed using the mathdoc.jar update posted here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/143131-DEPlot-Error-When-Plotting-Solution-Curve?submit=143189#comment143189"&gt;http://www.mapleprimes.com/questions/143131-DEPlot-Error-When-Plotting-Solution-Curve?submit=143189#comment143189&lt;/a&gt;&lt;/p&gt;</description>
      <guid>143193</guid>
      <pubDate>Thu, 07 Feb 2013 00:31:21 Z</pubDate>
      <itunes:author>cskoog</itunes:author>
      <author>cskoog</author>
    </item>
    <item>
      <title>Maple 16 Update</title>
      <link>http://www.mapleprimes.com/questions/142322-Why-Has-The-Plot-Command-Deteriorated?ref=Feed:MaplePrimes:why has the plot command deteriorated:Comments#answer145938</link>
      <itunes:summary>&lt;p&gt;Maplesoft has released an update to Maple 16.02 that addresses plotting issues like the one described here. &amp;nbsp;If you find yourself experiencing a similar problem, it would be a good idea to have a look at the webpage below for information on upgrading to Maple 16.02a which should fix plotting issues like the one described in this post.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.maplesoft.com/support/downloads/m16_02a_update.aspx"&gt;http://www.maplesoft.com/support/downloads/m16_02a_update.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Maplesoft has released an update to Maple 16.02 that addresses plotting issues like the one described here. &amp;nbsp;If you find yourself experiencing a similar problem, it would be a good idea to have a look at the webpage below for information on upgrading to Maple 16.02a which should fix plotting issues like the one described in this post.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.maplesoft.com/support/downloads/m16_02a_update.aspx"&gt;http://www.maplesoft.com/support/downloads/m16_02a_update.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>145938</guid>
      <pubDate>Tue, 16 Apr 2013 23:58:05 Z</pubDate>
      <itunes:author>tkemp</itunes:author>
      <author>tkemp</author>
    </item>
    <item>
      <title>funny workaround</title>
      <link>http://www.mapleprimes.com/questions/142322-Why-Has-The-Plot-Command-Deteriorated?ref=Feed:MaplePrimes:why has the plot command deteriorated:Comments#comment142330</link>
      <itunes:summary>&lt;p&gt;I have run exactly your code in Maple 16.02 Standard GUI with plot output set inline. Indeed, I get plots with curves shown or not as you say. Then, I have saved this worksheet to a Classic worksheet format (mws), accepted at the warnings about missing features, and then opened this worksheet with Maple 16.02 Classic GUI. Interestingly, all the curves are shown (no need of a rerun). So, the stuff is there but not shown...It sounds like a regression bug in the Standard GUI plot driver.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;I have run exactly your code in Maple 16.02 Standard GUI with plot output set inline. Indeed, I get plots with curves shown or not as you say. Then, I have saved this worksheet to a Classic worksheet format (mws), accepted at the warnings about missing features, and then opened this worksheet with Maple 16.02 Classic GUI. Interestingly, all the curves are shown (no need of a rerun). So, the stuff is there but not shown...It sounds like a regression bug in the Standard GUI plot driver.&lt;/p&gt;</description>
      <guid>142330</guid>
      <pubDate>Thu, 17 Jan 2013 06:53:07 Z</pubDate>
      <itunes:author>Alejandro Jakubi</itunes:author>
      <author>Alejandro Jakubi</author>
    </item>
    <item>
      <title>pan</title>
      <link>http://www.mapleprimes.com/questions/142322-Why-Has-The-Plot-Command-Deteriorated?ref=Feed:MaplePrimes:why has the plot command deteriorated:Comments#comment142331</link>
      <itunes:summary>&lt;p&gt;What happens if you pan the plot around a little? I can get the curve to appear, if I just do that in the Maple 16.02 Std GUI.&lt;/p&gt;
&lt;p&gt;Also, the plot data structure generated in Maple 16.02 renders ok, as is, in Maple 15.01.&lt;/p&gt;
&lt;p&gt;I agree with Alejandro, it seems like a Std GUI plot renderer problem.&lt;/p&gt;
&lt;p&gt;I don't have a copy of Maple 16.00 or Maple 16.01 around, to see if either of those has the problem.&lt;/p&gt;
&lt;p&gt;(&lt;a href="https://groups.google.com/forum/?hl=en&amp;amp;fromgroups=#!topic/comp.soft-sys.math.maple/5In_YNafKbQ"&gt;This&lt;/a&gt; may be another report of the problem.)&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;What happens if you pan the plot around a little? I can get the curve to appear, if I just do that in the Maple 16.02 Std GUI.&lt;/p&gt;
&lt;p&gt;Also, the plot data structure generated in Maple 16.02 renders ok, as is, in Maple 15.01.&lt;/p&gt;
&lt;p&gt;I agree with Alejandro, it seems like a Std GUI plot renderer problem.&lt;/p&gt;
&lt;p&gt;I don't have a copy of Maple 16.00 or Maple 16.01 around, to see if either of those has the problem.&lt;/p&gt;
&lt;p&gt;(&lt;a href="https://groups.google.com/forum/?hl=en&amp;amp;fromgroups=#!topic/comp.soft-sys.math.maple/5In_YNafKbQ"&gt;This&lt;/a&gt; may be another report of the problem.)&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>142331</guid>
      <pubDate>Thu, 17 Jan 2013 07:04:01 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
  </channel>
</rss>