<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - comments on Post, how to display a list of plots on the same figure</title>
    <link>http://www.mapleprimes.com/posts/42420-How-To-Display-A-List-Of-Plots-On-The-Same-Figure</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 20:10:29 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 20:10:29 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest comments added to the Post, how to display a list of plots on the same figure</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - comments on Post, how to display a list of plots on the same figure</title>
      <link>http://www.mapleprimes.com/posts/42420-How-To-Display-A-List-Of-Plots-On-The-Same-Figure</link>
    </image>
    <item>
      <title>how to display a list of plots on the same figure</title>
      <link>http://www.mapleprimes.com/posts/42420-How-To-Display-A-List-Of-Plots-On-The-Same-Figure?ref=Feed:MaplePrimes:how to display a list of plots on the same figure:Comments#comment79368</link>
      <itunes:summary>Use display multiple times:

&gt; with(plots):
&gt; a:=plot(sin(x),x=0..2*Pi,color=green):
&gt; b:=plot(2*sin(x),x=0..2*Pi,color=blue):
&gt; c:=display({a,b}):
&gt; d:=plot(3*sin(x),x=0..2*Pi,color=red):
&gt; e:=plot(1.5*sin(x),x=0..2*Pi,color=yellow):
&gt; f:=display({d,e}):
&gt; display(c,f);

Regards,
Georgios Kokovidis
</itunes:summary>
      <description>The latest comments added to the Post, how to display a list of plots on the same figure</description>
      <guid>79368</guid>
      <pubDate>Tue, 17 Oct 2006 04:01:12 Z</pubDate>
      <itunes:author>gkokovidis</itunes:author>
      <author>gkokovidis</author>
    </item>
    <item>
      <title>The same</title>
      <link>http://www.mapleprimes.com/posts/42420-How-To-Display-A-List-Of-Plots-On-The-Same-Figure?ref=Feed:MaplePrimes:how to display a list of plots on the same figure:Comments#comment86307</link>
      <itunes:summary>It is not necessary to use &lt;code&gt; display&lt;/code&gt; several times. One time is sufficient, either &lt;pre&gt;display([a,b,d,e]);&lt;/pre&gt;or &lt;pre&gt;display(a,b,d,e);&lt;/pre&gt;</itunes:summary>
      <description>The latest comments added to the Post, how to display a list of plots on the same figure</description>
      <guid>86307</guid>
      <pubDate>Tue, 17 Oct 2006 05:39:51 Z</pubDate>
      <itunes:author>alec</itunes:author>
      <author>alec</author>
    </item>
  </channel>
</rss>