<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Creating a loglogplot from ploting a sequence of functions</title>
    <link>http://www.mapleprimes.com/questions/94968-Creating-A-Loglogplot-From-Ploting-A</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Fri, 12 Jun 2026 21:17:10 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 21:17:10 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Creating a loglogplot from ploting a sequence of functions</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Creating a loglogplot from ploting a sequence of functions</title>
      <link>http://www.mapleprimes.com/questions/94968-Creating-A-Loglogplot-From-Ploting-A</link>
    </image>
    <item>
      <title>loglogplot</title>
      <link>http://www.mapleprimes.com/questions/94968-Creating-A-Loglogplot-From-Ploting-A?ref=Feed:MaplePrimes:Creating a loglogplot from ploting a sequence of functions:Comments#answer94984</link>
      <itunes:summary>&lt;p&gt;The two ways that you can create the log-log plot is to call the function directly or set the axis to log in the sequence list.&amp;nbsp; So the following code should work.&lt;/p&gt;
&lt;p&gt;&amp;gt;restart;&lt;br&gt;&amp;gt;with(plots): &lt;br&gt;a := sum(m^i*exp(-m)/factorial(i), i = 0 .. c): &lt;br&gt;l := []: &lt;br&gt;for c from 0 to 40 do &lt;br&gt;l := [op(l), a]: &lt;br&gt;end do: &lt;br&gt;plotlist := [seq(loglogplot(l[n], m = 0 .. 40), n = 1 .. nops(l))]:&lt;br&gt;&amp;gt;plots[display](plotlist);&lt;/p&gt;
&lt;p&gt;This will produce a plot where all the curves are red and should look like this&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=94984/277917/loglogplot1.jpg"&gt;&lt;img src="/view.aspx?sf=94984/277917/loglogplot1.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you want the plot to have different colours for each curve, you can skip the seq call and pass the functions directly to loglogplot and get the following&lt;/p&gt;
&lt;p&gt;loglogplot(l, m = 0 .. 40);&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=94984/277917/loglogplot2.jpg"&gt;&lt;img src="/view.aspx?sf=94984/277917/loglogplot2.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Does this help?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Scott&lt;/p&gt;
</itunes:summary>
      <description>&lt;p&gt;The two ways that you can create the log-log plot is to call the function directly or set the axis to log in the sequence list.&amp;nbsp; So the following code should work.&lt;/p&gt;
&lt;p&gt;&amp;gt;restart;&lt;br&gt;&amp;gt;with(plots): &lt;br&gt;a := sum(m^i*exp(-m)/factorial(i), i = 0 .. c): &lt;br&gt;l := []: &lt;br&gt;for c from 0 to 40 do &lt;br&gt;l := [op(l), a]: &lt;br&gt;end do: &lt;br&gt;plotlist := [seq(loglogplot(l[n], m = 0 .. 40), n = 1 .. nops(l))]:&lt;br&gt;&amp;gt;plots[display](plotlist);&lt;/p&gt;
&lt;p&gt;This will produce a plot where all the curves are red and should look like this&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=94984/277917/loglogplot1.jpg"&gt;&lt;img src="/view.aspx?sf=94984/277917/loglogplot1.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you want the plot to have different colours for each curve, you can skip the seq call and pass the functions directly to loglogplot and get the following&lt;/p&gt;
&lt;p&gt;loglogplot(l, m = 0 .. 40);&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=94984/277917/loglogplot2.jpg"&gt;&lt;img src="/view.aspx?sf=94984/277917/loglogplot2.jpg" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Does this help?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Scott&lt;/p&gt;
</description>
      <guid>94984</guid>
      <pubDate>Fri, 09 Jul 2010 19:49:08 Z</pubDate>
      <itunes:author>Scott03</itunes:author>
      <author>Scott03</author>
    </item>
  </channel>
</rss>