<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Intersection label</title>
    <link>http://www.mapleprimes.com/questions/96608-Intersection-Label</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 20:07:53 GMT</lastBuildDate>
    <pubDate>Fri, 12 Jun 2026 20:07:53 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Intersection label</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Intersection label</title>
      <link>http://www.mapleprimes.com/questions/96608-Intersection-Label</link>
    </image>
    <item>
      <title>Cross Section</title>
      <link>http://www.mapleprimes.com/questions/96608-Intersection-Label?ref=Feed:MaplePrimes:Intersection label:Comments#answer96617</link>
      <itunes:summary>&lt;p&gt;Would the &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=Student/MultivariateCalculus/CrossSection&amp;amp;term=Student,MultivariateCalculus,CrossSection"&gt;cross section&lt;/a&gt; plot help?&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Would the &lt;a href="http://www.maplesoft.com/support/help/Maple/view.aspx?path=Student/MultivariateCalculus/CrossSection&amp;amp;term=Student,MultivariateCalculus,CrossSection"&gt;cross section&lt;/a&gt; plot help?&lt;/p&gt;</description>
      <guid>96617</guid>
      <pubDate>Thu, 02 Sep 2010 22:27:58 Z</pubDate>
      <itunes:author>Tim Vrablik</itunes:author>
      <author>Tim Vrablik</author>
    </item>
    <item>
      <title>label</title>
      <link>http://www.mapleprimes.com/questions/96608-Intersection-Label?ref=Feed:MaplePrimes:Intersection label:Comments#answer96630</link>
      <itunes:summary>&lt;p&gt;Do you really mean you need to label the intersection (if so, use&lt;strong&gt; textplot3d&lt;/strong&gt;), or do you really mean that you want to plot the intersection (if so, use&lt;strong&gt; intersectplot&lt;/strong&gt;)?&amp;nbsp; For example:&lt;/p&gt;
&lt;pre&gt;with(plots):&lt;br&gt;S:= plot3d(x^2-y^2,x=-1..1,y=-1..1, colour=tan, style=patchnogrid):&lt;br&gt;P1:= plot3d([x,0,z],x=-1..1,z=-1..1.5, transparency=0.8, colour=violet, style=patchnogrid):&lt;br&gt;P2:= plot3d([0,y,z],y=-1..1,z=-1..1.5, transparency=0.8, colour=violet, style=patchnogrid):&lt;br&gt;P3:= plot3d([x,y,0],x=-1.2..2,y=-1.2..1.2, transparency=0.8, colour=violet, style=patchnogrid&lt;/pre&gt;
&lt;pre&gt;L1:= intersectplot(surface(x^2-y^2,x=-1..1,y=-1..1),surface(y=0,x=-1..1,y=-1..1,z=-1..1), &lt;br&gt;            thickness=2,colour=red):&lt;br&gt;L2:= intersectplot(surface(x^2-y^2,x=-1..1,y=-1..1),surface(x=0,x=-1..1,y=-1..1,z=-1..1), &lt;br&gt;            thickness=2,colour=red):&lt;br&gt;L3:= intersectplot(surface(x^2-y^2,x=-1..1,y=-1..1),surface(z=0,x=-1..1,y=-1..1,z=-1..1), &lt;br&gt;            thickness=2,colour=red):&lt;br&gt;display([S,P1,P2,P3,L1,L2,L3],&amp;nbsp; lightmodel=light1, orientation=[60,60], &lt;br&gt;                   view=[-1.2..1.2, -1.2 .. 1.2, -1..1.5], scaling=constrained);&lt;br&gt;&lt;br&gt;&lt;a href="/view.aspx?sf=96630/280859/planes.jpg"&gt;&lt;img src="/view.aspx?sf=96630/280859/planes.jpg" alt=""&gt;&lt;/a&gt;&lt;br&gt;&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;Do you really mean you need to label the intersection (if so, use&lt;strong&gt; textplot3d&lt;/strong&gt;), or do you really mean that you want to plot the intersection (if so, use&lt;strong&gt; intersectplot&lt;/strong&gt;)?&amp;nbsp; For example:&lt;/p&gt;
&lt;pre&gt;with(plots):&lt;br&gt;S:= plot3d(x^2-y^2,x=-1..1,y=-1..1, colour=tan, style=patchnogrid):&lt;br&gt;P1:= plot3d([x,0,z],x=-1..1,z=-1..1.5, transparency=0.8, colour=violet, style=patchnogrid):&lt;br&gt;P2:= plot3d([0,y,z],y=-1..1,z=-1..1.5, transparency=0.8, colour=violet, style=patchnogrid):&lt;br&gt;P3:= plot3d([x,y,0],x=-1.2..2,y=-1.2..1.2, transparency=0.8, colour=violet, style=patchnogrid&lt;/pre&gt;
&lt;pre&gt;L1:= intersectplot(surface(x^2-y^2,x=-1..1,y=-1..1),surface(y=0,x=-1..1,y=-1..1,z=-1..1), &lt;br&gt;            thickness=2,colour=red):&lt;br&gt;L2:= intersectplot(surface(x^2-y^2,x=-1..1,y=-1..1),surface(x=0,x=-1..1,y=-1..1,z=-1..1), &lt;br&gt;            thickness=2,colour=red):&lt;br&gt;L3:= intersectplot(surface(x^2-y^2,x=-1..1,y=-1..1),surface(z=0,x=-1..1,y=-1..1,z=-1..1), &lt;br&gt;            thickness=2,colour=red):&lt;br&gt;display([S,P1,P2,P3,L1,L2,L3],&amp;nbsp; lightmodel=light1, orientation=[60,60], &lt;br&gt;                   view=[-1.2..1.2, -1.2 .. 1.2, -1..1.5], scaling=constrained);&lt;br&gt;&lt;br&gt;&lt;a href="/view.aspx?sf=96630/280859/planes.jpg"&gt;&lt;img src="/view.aspx?sf=96630/280859/planes.jpg" alt=""&gt;&lt;/a&gt;&lt;br&gt;&lt;/pre&gt;</description>
      <guid>96630</guid>
      <pubDate>Fri, 03 Sep 2010 03:41:25 Z</pubDate>
      <itunes:author>Robert Israel</itunes:author>
      <author>Robert Israel</author>
    </item>
    <item>
      <title>label</title>
      <link>http://www.mapleprimes.com/questions/96608-Intersection-Label?ref=Feed:MaplePrimes:Intersection label:Comments#comment96642</link>
      <itunes:summary>&lt;p&gt;WOW! Stunned...&lt;/p&gt;
&lt;p&gt;Again, WOW!&lt;/p&gt;
&lt;p&gt;Dude?! You should be paid for this...&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;WOW! Stunned...&lt;/p&gt;
&lt;p&gt;Again, WOW!&lt;/p&gt;
&lt;p&gt;Dude?! You should be paid for this...&lt;/p&gt;</description>
      <guid>96642</guid>
      <pubDate>Fri, 03 Sep 2010 23:28:27 Z</pubDate>
      <itunes:author>gez13</itunes:author>
      <author>gez13</author>
    </item>
  </channel>
</rss>