<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Export 3d plot to vector graphics?</title>
    <link>http://www.mapleprimes.com/questions/35496-Export-3d-Plot-To-Vector-Graphics</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:55:36 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 09:55:36 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Export 3d plot to vector graphics?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Export 3d plot to vector graphics?</title>
      <link>http://www.mapleprimes.com/questions/35496-Export-3d-Plot-To-Vector-Graphics</link>
    </image>
    <item>
      <title>3d plot -&gt;eps</title>
      <link>http://www.mapleprimes.com/questions/35496-Export-3d-Plot-To-Vector-Graphics?ref=Feed:MaplePrimes:Export 3d plot to vector graphics?:Comments#answer44078</link>
      <itunes:summary>&lt;p&gt;It does by (right click) Context-Sensitive Menu/ Export/ Encapsulated Postscript, not by File/ Export As .&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;It does by (right click) Context-Sensitive Menu/ Export/ Encapsulated Postscript, not by File/ Export As .&lt;/p&gt;</description>
      <guid>44078</guid>
      <pubDate>Tue, 16 Mar 2010 20:14:25 Z</pubDate>
      <itunes:author>hirnyk</itunes:author>
      <author>hirnyk</author>
    </item>
    <item>
      <title>Hi I agree that</title>
      <link>http://www.mapleprimes.com/questions/35496-Export-3d-Plot-To-Vector-Graphics?ref=Feed:MaplePrimes:Export 3d plot to vector graphics?:Comments#answer44079</link>
      <itunes:summary>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I agree that this works with some graphs. I worked with a simple 2 plot. When I do the same with a 3d plot with a lot &amp;quot;data&amp;quot; it does not export it as a vectorized picture. The following example cannot be exported:&lt;/p&gt;
&lt;p&gt;CEQ1.9875000000*(exp(I*Pi*(1/2-(0.1250065125e-1*I)/Pi)))^2+1.012500000;&lt;br /&gt;
plot3d([subs(abs(CEQ1))], lambda = -1/2 .. 10*(1/2), epsilon = -.3 .. .7, axes = boxed, grid = [70, 70]);&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I agree that this works with some graphs. I worked with a simple 2 plot. When I do the same with a 3d plot with a lot &amp;quot;data&amp;quot; it does not export it as a vectorized picture. The following example cannot be exported:&lt;/p&gt;
&lt;p&gt;CEQ1.9875000000*(exp(I*Pi*(1/2-(0.1250065125e-1*I)/Pi)))^2+1.012500000;&lt;br /&gt;
plot3d([subs(abs(CEQ1))], lambda = -1/2 .. 10*(1/2), epsilon = -.3 .. .7, axes = boxed, grid = [70, 70]);&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;</description>
      <guid>44079</guid>
      <pubDate>Tue, 16 Mar 2010 20:23:00 Z</pubDate>
      <itunes:author>BrianB</itunes:author>
      <author>BrianB</author>
    </item>
    <item>
      <title>Hi Robert
This also saves</title>
      <link>http://www.mapleprimes.com/questions/35496-Export-3d-Plot-To-Vector-Graphics?ref=Feed:MaplePrimes:Export 3d plot to vector graphics?:Comments#answer44081</link>
      <itunes:summary>&lt;p&gt;Hi Robert&lt;/p&gt;
&lt;p&gt;This also saves the image&amp;nbsp; to something that looks like a very hard compressed jpeg picture.&lt;/p&gt;
&lt;p&gt;Could someone please try this exampl:&lt;/p&gt;
&lt;p&gt;&amp;gt; restart;&lt;br /&gt;
&amp;gt; with(plots);&lt;br /&gt;
&amp;gt; &lt;br /&gt;
&amp;gt; CEQ1 := .9875000000*(exp(I*Pi*(lambda+I*epsilon)))^2+1.012500000;&lt;br /&gt;
&amp;gt; P := plot3d([subs(abs(CEQ1))], lambda = -1/2 .. 10*(1/2), epsilon = -.3 .. .7, axes = boxed, grid = [70, 70]);&lt;br /&gt;
&amp;gt; plotsetup(eps, plotoutput = &amp;quot;c:/myplot.eps&amp;quot;, plotoptions = &amp;quot;portrait,noborder,height=3in,width=3in,leftmargin=0in,bottommargin=0in&amp;quot;);&lt;br /&gt;
&amp;gt; P;&lt;br /&gt;
&amp;gt; plotsetup(default);&lt;br /&gt;
&amp;gt; &lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The two above mentioned methods for exporting eps pictures works only for simpler graphs.&lt;/p&gt;
&lt;p&gt;Regards Brian&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Hi Robert&lt;/p&gt;
&lt;p&gt;This also saves the image&amp;nbsp; to something that looks like a very hard compressed jpeg picture.&lt;/p&gt;
&lt;p&gt;Could someone please try this exampl:&lt;/p&gt;
&lt;p&gt;&amp;gt; restart;&lt;br /&gt;
&amp;gt; with(plots);&lt;br /&gt;
&amp;gt; &lt;br /&gt;
&amp;gt; CEQ1 := .9875000000*(exp(I*Pi*(lambda+I*epsilon)))^2+1.012500000;&lt;br /&gt;
&amp;gt; P := plot3d([subs(abs(CEQ1))], lambda = -1/2 .. 10*(1/2), epsilon = -.3 .. .7, axes = boxed, grid = [70, 70]);&lt;br /&gt;
&amp;gt; plotsetup(eps, plotoutput = &amp;quot;c:/myplot.eps&amp;quot;, plotoptions = &amp;quot;portrait,noborder,height=3in,width=3in,leftmargin=0in,bottommargin=0in&amp;quot;);&lt;br /&gt;
&amp;gt; P;&lt;br /&gt;
&amp;gt; plotsetup(default);&lt;br /&gt;
&amp;gt; &lt;br /&gt;
&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The two above mentioned methods for exporting eps pictures works only for simpler graphs.&lt;/p&gt;
&lt;p&gt;Regards Brian&lt;/p&gt;</description>
      <guid>44081</guid>
      <pubDate>Wed, 17 Mar 2010 13:34:35 Z</pubDate>
      <itunes:author>BrianB</itunes:author>
      <author>BrianB</author>
    </item>
    <item>
      <title>By the way I'm using maple 13</title>
      <link>http://www.mapleprimes.com/questions/35496-Export-3d-Plot-To-Vector-Graphics?ref=Feed:MaplePrimes:Export 3d plot to vector graphics?:Comments#answer44082</link>
      <itunes:summary>&lt;p&gt;By the way I'm using maple 13&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;By the way I'm using maple 13&lt;/p&gt;</description>
      <guid>44082</guid>
      <pubDate>Wed, 17 Mar 2010 15:14:33 Z</pubDate>
      <itunes:author>BrianB</itunes:author>
      <author>BrianB</author>
    </item>
    <item>
      <title>In Classic Worksheet Maple 13</title>
      <link>http://www.mapleprimes.com/questions/35496-Export-3d-Plot-To-Vector-Graphics?ref=Feed:MaplePrimes:Export 3d plot to vector graphics?:Comments#comment44086</link>
      <itunes:summary>&lt;p&gt;It does well in Classic Worksheet Maple 13.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;It does well in Classic Worksheet Maple 13.&lt;/p&gt;</description>
      <guid>44086</guid>
      <pubDate>Thu, 18 Mar 2010 01:18:03 Z</pubDate>
      <itunes:author>hirnyk</itunes:author>
      <author>hirnyk</author>
    </item>
    <item>
      <title>PostScript export</title>
      <link>http://www.mapleprimes.com/questions/35496-Export-3d-Plot-To-Vector-Graphics?ref=Feed:MaplePrimes:Export 3d plot to vector graphics?:Comments#comment44080</link>
      <itunes:summary>&lt;p&gt;You might try using Classic rather than Standard GUI, and exporting programmatically using plotsetup rather than from the menu.&amp;nbsp; Thus:&lt;/p&gt;
&lt;pre&gt;
&amp;gt; P:= plot3d(whatever):
  plotsetup(eps, plotoutput=&amp;quot;c:/mypath/myplot.eps&amp;quot;,plotoptions=
   &amp;quot;portrait,noborder,height=3in,width=3in,leftmargin=0in,bottommargin=0in&amp;quot;);
  P;
  plotsetup(default);
&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;You might try using Classic rather than Standard GUI, and exporting programmatically using plotsetup rather than from the menu.&amp;nbsp; Thus:&lt;/p&gt;
&lt;pre&gt;
&amp;gt; P:= plot3d(whatever):
  plotsetup(eps, plotoutput=&amp;quot;c:/mypath/myplot.eps&amp;quot;,plotoptions=
   &amp;quot;portrait,noborder,height=3in,width=3in,leftmargin=0in,bottommargin=0in&amp;quot;);
  P;
  plotsetup(default);
&lt;/pre&gt;</description>
      <guid>44080</guid>
      <pubDate>Tue, 16 Mar 2010 23:01:46 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
  </channel>
</rss>