<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Export Whole Array Plot to GIF, JPEG, or any other reasonable image format</title>
    <link>http://www.mapleprimes.com/questions/121011-Export-Whole-Array-Plot-To-GIF-JPEG</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:01:14 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 20:01:14 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Export Whole Array Plot to GIF, JPEG, or any other reasonable image format</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Export Whole Array Plot to GIF, JPEG, or any other reasonable image format</title>
      <link>http://www.mapleprimes.com/questions/121011-Export-Whole-Array-Plot-To-GIF-JPEG</link>
    </image>
    <item>
      <title>Plot several graphs directly to file using Plotsetup and display</title>
      <link>http://www.mapleprimes.com/questions/121011-Export-Whole-Array-Plot-To-GIF-JPEG?ref=Feed:MaplePrimes:Export Whole Array Plot to GIF, JPEG, or any other reasonable image format:Comments#answer121071</link>
      <itunes:summary>&lt;p&gt;You can use the plotsetup command to change the default print device to a file, then print out an array or matrix of plots using the display command.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is a quick sample:&lt;/p&gt;
&lt;p&gt;&lt;br&gt;plotsetup(gif,plotoutput=`test.gif`,plotoptions=`height=2000,width=2000`);&lt;br&gt;A:=Matrix(2,2):&lt;br&gt;A[1,1]:=plot3d(x*y,x=-1..1,y=-1..1):&lt;br&gt;A[1,2]:=plot3d(x^2+y^2,x=-1..1,y=-1..1):&lt;br&gt;A[2,1]:=plot3d(x^3+y,x=-1..1,y=-1..1):&lt;br&gt;A[2,2]:=plot3d(x+y,x=-1..1,y=-1..1):&lt;br&gt;plots:-display(A);&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;You can use the plotsetup command to change the default print device to a file, then print out an array or matrix of plots using the display command.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is a quick sample:&lt;/p&gt;
&lt;p&gt;&lt;br&gt;plotsetup(gif,plotoutput=`test.gif`,plotoptions=`height=2000,width=2000`);&lt;br&gt;A:=Matrix(2,2):&lt;br&gt;A[1,1]:=plot3d(x*y,x=-1..1,y=-1..1):&lt;br&gt;A[1,2]:=plot3d(x^2+y^2,x=-1..1,y=-1..1):&lt;br&gt;A[2,1]:=plot3d(x^3+y,x=-1..1,y=-1..1):&lt;br&gt;A[2,2]:=plot3d(x+y,x=-1..1,y=-1..1):&lt;br&gt;plots:-display(A);&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>121071</guid>
      <pubDate>Fri, 03 Jun 2011 19:23:50 Z</pubDate>
      <itunes:author>dskoog</itunes:author>
      <author>dskoog</author>
    </item>
  </channel>
</rss>