<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Size of a plot</title>
    <link>http://www.mapleprimes.com/questions/35696-Size-Of-A-Plot</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 21:25:24 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 21:25:24 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Size of a plot</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Size of a plot</title>
      <link>http://www.mapleprimes.com/questions/35696-Size-Of-A-Plot</link>
    </image>
    <item>
      <title>Using Context Menu, you can</title>
      <link>http://www.mapleprimes.com/questions/35696-Size-Of-A-Plot?ref=Feed:MaplePrimes:Size of a plot:Comments#answer44749</link>
      <itunes:summary>&lt;p&gt;Using Context Menu, you can export a plot as Graphic Interchange Format . After that you&amp;nbsp; can transform the saved plot as you want.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Using Context Menu, you can export a plot as Graphic Interchange Format . After that you&amp;nbsp; can transform the saved plot as you want.&lt;/p&gt;</description>
      <guid>44749</guid>
      <pubDate>Thu, 18 Feb 2010 23:44:20 Z</pubDate>
      <itunes:author>hirnyk</itunes:author>
      <author>hirnyk</author>
    </item>
    <item>
      <title>plotsetup</title>
      <link>http://www.mapleprimes.com/questions/35696-Size-Of-A-Plot?ref=Feed:MaplePrimes:Size of a plot:Comments#comment44750</link>
      <itunes:summary>&lt;p&gt;Possibly better: use plotsetup to produce the plot in gif or jpg format.&amp;nbsp; In this method you can set the height and width of the plot in pixels.&amp;nbsp; Thus:&lt;/p&gt;
&lt;pre&gt;
&amp;gt; plot(whatever...); 
  MYPLOT:= %:
  plotsetup(jpeg, plotoutput=&amp;quot;c:/myfolder/myplot.jpg&amp;quot;, plotoptions=&amp;quot;height=500,width=640&amp;quot;);
  MYPLOT;
  plotsetup(default);
&lt;/pre&gt;
&lt;p&gt;Then it can be inserted into your worksheet using the menu choices Insert, Image...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Possibly better: use plotsetup to produce the plot in gif or jpg format.&amp;nbsp; In this method you can set the height and width of the plot in pixels.&amp;nbsp; Thus:&lt;/p&gt;
&lt;pre&gt;
&amp;gt; plot(whatever...); 
  MYPLOT:= %:
  plotsetup(jpeg, plotoutput=&amp;quot;c:/myfolder/myplot.jpg&amp;quot;, plotoptions=&amp;quot;height=500,width=640&amp;quot;);
  MYPLOT;
  plotsetup(default);
&lt;/pre&gt;
&lt;p&gt;Then it can be inserted into your worksheet using the menu choices Insert, Image...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>44750</guid>
      <pubDate>Fri, 19 Feb 2010 02:16:00 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>size of a plot</title>
      <link>http://www.mapleprimes.com/questions/35696-Size-Of-A-Plot?ref=Feed:MaplePrimes:Size of a plot:Comments#comment44751</link>
      <itunes:summary>&lt;p&gt;Thank you very much!&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thank you very much!&lt;/p&gt;</description>
      <guid>44751</guid>
      <pubDate>Wed, 10 Mar 2010 05:39:55 Z</pubDate>
      <itunes:author>Geza Laszlo</itunes:author>
      <author>Geza Laszlo</author>
    </item>
    <item>
      <title>optimal plot sizes</title>
      <link>http://www.mapleprimes.com/questions/35696-Size-Of-A-Plot?ref=Feed:MaplePrimes:Size of a plot:Comments#comment44752</link>
      <itunes:summary>&lt;p&gt;Robert, is there an &amp;quot;optimal&amp;quot; height-width ratio? I always pick 400-400, but I don't know any better. Is there a reason why you have &amp;quot;height=500, width=640&amp;quot;? is it more pleasing to the eye or is it a standard format? thanks.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Robert, is there an &amp;quot;optimal&amp;quot; height-width ratio? I always pick 400-400, but I don't know any better. Is there a reason why you have &amp;quot;height=500, width=640&amp;quot;? is it more pleasing to the eye or is it a standard format? thanks.&lt;/p&gt;</description>
      <guid>44752</guid>
      <pubDate>Wed, 10 Mar 2010 10:14:31 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
    <item>
      <title>vga</title>
      <link>http://www.mapleprimes.com/questions/35696-Size-Of-A-Plot?ref=Feed:MaplePrimes:Size of a plot:Comments#comment44753</link>
      <itunes:summary>&lt;p&gt;Since there has been exporting to image files in this thread, Robert may have had in mind something close to the trusty, dusty 640x480 (4:3) &lt;a href="http://en.wikipedia.org/wiki/Vga"&gt;vga&lt;/a&gt; standard graphics mode. See also &lt;a href="http://en.wikipedia.org/wiki/Vesa"&gt;vesa&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Since there has been exporting to image files in this thread, Robert may have had in mind something close to the trusty, dusty 640x480 (4:3) &lt;a href="http://en.wikipedia.org/wiki/Vga"&gt;vga&lt;/a&gt; standard graphics mode. See also &lt;a href="http://en.wikipedia.org/wiki/Vesa"&gt;vesa&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;acer&lt;/p&gt;</description>
      <guid>44753</guid>
      <pubDate>Wed, 10 Mar 2010 10:49:45 Z</pubDate>
      <itunes:author>acer</itunes:author>
      <author>acer</author>
    </item>
    <item>
      <title>640x480</title>
      <link>http://www.mapleprimes.com/questions/35696-Size-Of-A-Plot?ref=Feed:MaplePrimes:Size of a plot:Comments#comment44754</link>
      <itunes:summary>&lt;p&gt;thanks acer, that's good to know,&lt;/p&gt;
&lt;p&gt;Patrick.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;thanks acer, that's good to know,&lt;/p&gt;
&lt;p&gt;Patrick.&lt;/p&gt;</description>
      <guid>44754</guid>
      <pubDate>Fri, 12 Mar 2010 13:13:43 Z</pubDate>
      <itunes:author>PatrickT</itunes:author>
      <author>PatrickT</author>
    </item>
  </channel>
</rss>