<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Plotting numerous graphics on the same picture</title>
    <link>http://www.mapleprimes.com/questions/143829-Plotting-Numerous-Graphics-On-The-Same-Picture</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 09:15:50 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 09:15:50 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Plotting numerous graphics on the same picture</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Plotting numerous graphics on the same picture</title>
      <link>http://www.mapleprimes.com/questions/143829-Plotting-Numerous-Graphics-On-The-Same-Picture</link>
    </image>
    <item>
      <title>By convert,list</title>
      <link>http://www.mapleprimes.com/questions/143829-Plotting-Numerous-Graphics-On-The-Same-Picture?ref=Feed:MaplePrimes:Plotting numerous graphics on the same picture:Comments#answer143830</link>
      <itunes:summary>&lt;p&gt;How about this?&lt;br&gt;with(plots):&lt;br&gt;A := Array(1..2): &lt;br&gt;A[1] := plot(sin(x), x=-Pi..Pi, axes=framed, labels=[x, sin(x)]):&lt;br&gt;A[2] := plot(cos(x), x=-Pi..Pi, axes=boxed, style=point):&lt;br&gt;display(convert(A,list));&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;How about this?&lt;br&gt;with(plots):&lt;br&gt;A := Array(1..2): &lt;br&gt;A[1] := plot(sin(x), x=-Pi..Pi, axes=framed, labels=[x, sin(x)]):&lt;br&gt;A[2] := plot(cos(x), x=-Pi..Pi, axes=boxed, style=point):&lt;br&gt;display(convert(A,list));&lt;/p&gt;</description>
      <guid>143830</guid>
      <pubDate>Sun, 24 Feb 2013 13:46:18 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>Another way</title>
      <link>http://www.mapleprimes.com/questions/143829-Plotting-Numerous-Graphics-On-The-Same-Picture?ref=Feed:MaplePrimes:Plotting numerous graphics on the same picture:Comments#comment143831</link>
      <itunes:summary>&lt;p&gt;display(seq(j,j=A));&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;display(seq(j,j=A));&lt;/p&gt;</description>
      <guid>143831</guid>
      <pubDate>Sun, 24 Feb 2013 14:00:47 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>@Markiyan Hirnyk&amp;nbsp; Thanks</title>
      <link>http://www.mapleprimes.com/questions/143829-Plotting-Numerous-Graphics-On-The-Same-Picture?ref=Feed:MaplePrimes:Plotting numerous graphics on the same picture:Comments#comment143832</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/143829-Plotting-Numerous-Graphics-On-The-Same-Picture#comment143831"&gt;@Markiyan Hirnyk&lt;/a&gt;&amp;nbsp; Thanks&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/143829-Plotting-Numerous-Graphics-On-The-Same-Picture#comment143831"&gt;@Markiyan Hirnyk&lt;/a&gt;&amp;nbsp; Thanks&lt;/p&gt;</description>
      <guid>143832</guid>
      <pubDate>Sun, 24 Feb 2013 14:45:36 Z</pubDate>
      <itunes:author>KDelchev</itunes:author>
      <author>KDelchev</author>
    </item>
    <item>
      <title>Goldy,</title>
      <link>http://www.mapleprimes.com/questions/143829-Plotting-Numerous-Graphics-On-The-Same-Picture?ref=Feed:MaplePrimes:Plotting numerous graphics on the same picture:Comments#comment143834</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/143829-Plotting-Numerous-Graphics-On-The-Same-Picture#comment143832"&gt;@KDelchev&lt;/a&gt; all pleasure is mine.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/143829-Plotting-Numerous-Graphics-On-The-Same-Picture#comment143832"&gt;@KDelchev&lt;/a&gt; all pleasure is mine.&lt;/p&gt;</description>
      <guid>143834</guid>
      <pubDate>Sun, 24 Feb 2013 15:17:19 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>A couple comments</title>
      <link>http://www.mapleprimes.com/questions/143829-Plotting-Numerous-Graphics-On-The-Same-Picture?ref=Feed:MaplePrimes:Plotting numerous graphics on the same picture:Comments#comment143858</link>
      <itunes:summary>&lt;p&gt;1)&amp;nbsp; A list of plots works well.&amp;nbsp; You can also add other options when you put your plots in a list.&lt;/p&gt;
&lt;p&gt;display([p1,p2,p3],scaling=constrained,font=[TIMES,ROMAN,24]);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2)&amp;nbsp; Order matters when putting plots together with display.&amp;nbsp; The commands&lt;/p&gt;
&lt;p&gt;display([p1,p2]);&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;display([p2,p1]);&lt;/p&gt;
&lt;p&gt;can give different results.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;1)&amp;nbsp; A list of plots works well.&amp;nbsp; You can also add other options when you put your plots in a list.&lt;/p&gt;
&lt;p&gt;display([p1,p2,p3],scaling=constrained,font=[TIMES,ROMAN,24]);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2)&amp;nbsp; Order matters when putting plots together with display.&amp;nbsp; The commands&lt;/p&gt;
&lt;p&gt;display([p1,p2]);&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;display([p2,p1]);&lt;/p&gt;
&lt;p&gt;can give different results.&lt;/p&gt;</description>
      <guid>143858</guid>
      <pubDate>Sun, 24 Feb 2013 22:36:47 Z</pubDate>
      <itunes:author>jaytreiman</itunes:author>
      <author>jaytreiman</author>
    </item>
    <item>
      <title>Up to the title</title>
      <link>http://www.mapleprimes.com/questions/143829-Plotting-Numerous-Graphics-On-The-Same-Picture?ref=Feed:MaplePrimes:Plotting numerous graphics on the same picture:Comments#comment143861</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/143829-Plotting-Numerous-Graphics-On-The-Same-Picture#comment143858"&gt;@jaytreiman&lt;/a&gt; I converted your post to a comment.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/143829-Plotting-Numerous-Graphics-On-The-Same-Picture#comment143858"&gt;@jaytreiman&lt;/a&gt; I converted your post to a comment.&lt;/p&gt;</description>
      <guid>143861</guid>
      <pubDate>Sun, 24 Feb 2013 23:16:00 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
  </channel>
</rss>