<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, How can I plot a 3D and a 2D graph together?</title>
    <link>http://www.mapleprimes.com/questions/125217-How-Can-I-Plot-A-3D-And-A-2D-Graph-Together</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 10:30:44 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 10:30:44 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, How can I plot a 3D and a 2D graph together?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, How can I plot a 3D and a 2D graph together?</title>
      <link>http://www.mapleprimes.com/questions/125217-How-Can-I-Plot-A-3D-And-A-2D-Graph-Together</link>
    </image>
    <item>
      <title>?plottools[transform]</title>
      <link>http://www.mapleprimes.com/questions/125217-How-Can-I-Plot-A-3D-And-A-2D-Graph-Together?ref=Feed:MaplePrimes:How can I plot a 3D and a 2D graph together?:Comments#answer125219</link>
      <itunes:summary>&lt;p&gt;See &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=plottools[transform]' target='_new'&gt;?plottools[transform]&lt;/a&gt; for more help on this.&amp;nbsp; With your plots, it would look like this.&lt;/p&gt;
&lt;p&gt;restart:with(plots):with(plottools):&lt;br&gt;s1:=implicitplot3d(z=x*y, x=-8..8,y=-8..8,z=-8..8,axes=normal,style=line):&lt;br&gt;s2:=implicitplot(x^2+y^2=1, x=-8..8,y=-8..8,axes=normal,thickness=4):&lt;br&gt;f := transform(proc (x, y) options operator, arrow; [x, y, 0] end proc):&lt;br&gt;display({s1,f(s2)});&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=125219/420104/2D3D.mw"&gt;Download 2D3D.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Georgios Kokovidis&lt;/p&gt;
&lt;p&gt;Dr&amp;auml;ger Medical&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;See &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=plottools[transform]' target='_new'&gt;?plottools[transform]&lt;/a&gt; for more help on this.&amp;nbsp; With your plots, it would look like this.&lt;/p&gt;
&lt;p&gt;restart:with(plots):with(plottools):&lt;br&gt;s1:=implicitplot3d(z=x*y, x=-8..8,y=-8..8,z=-8..8,axes=normal,style=line):&lt;br&gt;s2:=implicitplot(x^2+y^2=1, x=-8..8,y=-8..8,axes=normal,thickness=4):&lt;br&gt;f := transform(proc (x, y) options operator, arrow; [x, y, 0] end proc):&lt;br&gt;display({s1,f(s2)});&lt;/p&gt;
&lt;!--break--&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=125219/420104/2D3D.mw"&gt;Download 2D3D.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Georgios Kokovidis&lt;/p&gt;
&lt;p&gt;Dr&amp;auml;ger Medical&lt;/p&gt;</description>
      <guid>125219</guid>
      <pubDate>Mon, 29 Aug 2011 02:23:32 Z</pubDate>
      <itunes:author>gkokovidis</itunes:author>
      <author>gkokovidis</author>
    </item>
    <item>
      <title>Another approach</title>
      <link>http://www.mapleprimes.com/questions/125217-How-Can-I-Plot-A-3D-And-A-2D-Graph-Together?ref=Feed:MaplePrimes:How can I plot a 3D and a 2D graph together?:Comments#answer125232</link>
      <itunes:summary>&lt;p&gt;&amp;gt; with(plots):&lt;br&gt;&amp;gt; display([implicitplot3d(z = x*y, x = -8 .. 8, y = -8 .. 8, z = -8 .. 8, &lt;br&gt;axes = normal, style = line), spacecurve([cos(t), sin(t), 0], t = 0 .. 2*Pi, &lt;br&gt;view = [-8 .. 8, -8 .. 8, -8 .. 8], thickness = 4, color = navy)]);&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=125232/420165/twoplots.gif"&gt;&lt;img src="/view.aspx?sf=125232/420165/twoplots.gif" alt=""&gt;&lt;/a&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&amp;gt; with(plots):&lt;br&gt;&amp;gt; display([implicitplot3d(z = x*y, x = -8 .. 8, y = -8 .. 8, z = -8 .. 8, &lt;br&gt;axes = normal, style = line), spacecurve([cos(t), sin(t), 0], t = 0 .. 2*Pi, &lt;br&gt;view = [-8 .. 8, -8 .. 8, -8 .. 8], thickness = 4, color = navy)]);&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=125232/420165/twoplots.gif"&gt;&lt;img src="/view.aspx?sf=125232/420165/twoplots.gif" alt=""&gt;&lt;/a&gt;&lt;/p&gt;</description>
      <guid>125232</guid>
      <pubDate>Mon, 29 Aug 2011 13:54:14 Z</pubDate>
      <itunes:author>Markiyan Hirnyk</itunes:author>
      <author>Markiyan Hirnyk</author>
    </item>
    <item>
      <title>.</title>
      <link>http://www.mapleprimes.com/questions/125217-How-Can-I-Plot-A-3D-And-A-2D-Graph-Together?ref=Feed:MaplePrimes:How can I plot a 3D and a 2D graph together?:Comments#comment125221</link>
      <itunes:summary>&lt;p&gt;Good. Thanks.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Good. Thanks.&lt;/p&gt;</description>
      <guid>125221</guid>
      <pubDate>Mon, 29 Aug 2011 06:00:48 Z</pubDate>
      <itunes:author>emoh1</itunes:author>
      <author>emoh1</author>
    </item>
  </channel>
</rss>