<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Graphing Area in Polar</title>
    <link>http://www.mapleprimes.com/questions/144837-Graphing-Area-In-Polar</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 18:17:48 GMT</lastBuildDate>
    <pubDate>Tue, 09 Jun 2026 18:17:48 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Graphing Area in Polar</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Graphing Area in Polar</title>
      <link>http://www.mapleprimes.com/questions/144837-Graphing-Area-In-Polar</link>
    </image>
    <item>
      <title>Something like...</title>
      <link>http://www.mapleprimes.com/questions/144837-Graphing-Area-In-Polar?ref=Feed:MaplePrimes:Graphing Area in Polar:Comments#answer144847</link>
      <itunes:summary>&lt;pre&gt;p1 := plots:-polarplot(2+cos(x), x = 0 .. 2*Pi, color = red, filled=[color=yellow] ):&lt;br&gt;p2 := plots:-polarplot(2, x = 0 .. 2*Pi, color = blue, filled=[color=white]):&lt;br&gt;plots:-display( [p2,p1] );&lt;br&gt;&lt;br&gt;&lt;/pre&gt;</itunes:summary>
      <description>&lt;pre&gt;p1 := plots:-polarplot(2+cos(x), x = 0 .. 2*Pi, color = red, filled=[color=yellow] ):&lt;br&gt;p2 := plots:-polarplot(2, x = 0 .. 2*Pi, color = blue, filled=[color=white]):&lt;br&gt;plots:-display( [p2,p1] );&lt;br&gt;&lt;br&gt;&lt;/pre&gt;</description>
      <guid>144847</guid>
      <pubDate>Thu, 21 Mar 2013 05:31:31 Z</pubDate>
      <itunes:author>Adri van der Meer</itunes:author>
      <author>Adri van der Meer</author>
    </item>
    <item>
      <title>Outside regions</title>
      <link>http://www.mapleprimes.com/questions/144837-Graphing-Area-In-Polar?ref=Feed:MaplePrimes:Graphing Area in Polar:Comments#answer144860</link>
      <itunes:summary>&lt;p&gt;mrmathexpert wrote:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;How can I control the specific regions that I want to highlight? For example, from pi/2 to 3pi/2: outside or the left side of the y-axis bounded; and from 3pi/2 to pi/2, outside or&amp;nbsp;the right side of the y-axis bounded.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;span&gt;You can do the left side and the right side separately, each side consisting of two &lt;strong&gt;polarplot&lt;/strong&gt; commands, and paste all four together with &lt;strong&gt;display&lt;/strong&gt;. I'm not sure if this is what you were trying to describe: &lt;br&gt; &lt;br&gt;&lt;/span&gt;&lt;/p&gt;
&lt;form name="worksheet_form"&gt;
&lt;table style="width: 480px;" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #78000e; font-size: 100%; font-family: Courier New,monospace; font-weight: bold; font-style: normal;"&gt; &amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="left"&gt;&lt;span style="color: #78000e; font-size: 100%; font-family: Courier New,monospace; font-weight: bold; font-style: normal;"&gt;p1:= plots:-polarplot(2+cos(x), x= -Pi/2..Pi/2, color= red, filled= [color= yellow]):&lt;br&gt; &lt;/span&gt;&lt;span style="color: #78000e; font-size: 100%; font-family: Courier New,monospace; font-weight: bold; font-style: normal;"&gt;p2:= plots:-polarplot(2+cos(x), x= Pi/2..3*Pi/2, color= red, filled= [color= white]):&lt;br&gt; &lt;/span&gt;&lt;span style="color: #78000e; font-size: 100%; font-family: Courier New,monospace; font-weight: bold; font-style: normal;"&gt;p3:= plots:-polarplot(2, x= Pi/2..3*Pi/2, color= blue, filled= [color= yellow]):&lt;br&gt; &lt;/span&gt;&lt;span style="color: #78000e; font-size: 100%; font-family: Courier New,monospace; font-weight: bold; font-style: normal;"&gt;p4:= plots:-polarplot(2, x= -Pi/2..Pi/2, color= blue, filled= [color= white]):&lt;br&gt; &lt;/span&gt;&lt;span style="color: #78000e; font-size: 100%; font-family: Courier New,monospace; font-weight: bold; font-style: normal;"&gt;plots:-display([p4,p2,p3,p1]);&lt;br&gt; &lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="center"&gt;&lt;a href="http://www.maplesoft.com/support/faqs/MapleNet/redirect.aspx?param=plot_java_14206"&gt;&lt;img style="border: none;" src="/view.aspx?sf=144860/456530/351fe715710d80f9af08c5a629f5a677.gif" alt="" width="400" height="400" align="middle"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;input type="hidden" name="sequence" value="1"&gt; &lt;input type="hidden" name="cmd" value="none"&gt;&lt;/form&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=144860/456530/polarplot.mw"&gt;Download polarplot.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note that the order of the plots in the &lt;strong&gt;display&lt;/strong&gt; command matters: They are printed in the &lt;em&gt;reverse&lt;/em&gt; of the order that they appear in the command. I don't think this is documented.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;mrmathexpert wrote:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;How can I control the specific regions that I want to highlight? For example, from pi/2 to 3pi/2: outside or the left side of the y-axis bounded; and from 3pi/2 to pi/2, outside or&amp;nbsp;the right side of the y-axis bounded.&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;span&gt;You can do the left side and the right side separately, each side consisting of two &lt;strong&gt;polarplot&lt;/strong&gt; commands, and paste all four together with &lt;strong&gt;display&lt;/strong&gt;. I'm not sure if this is what you were trying to describe: &lt;br&gt; &lt;br&gt;&lt;/span&gt;&lt;/p&gt;
&lt;form name="worksheet_form"&gt;
&lt;table style="width: 480px;" align="center"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;table style="margin-left: 0px; margin-right: 0px;"&gt;
&lt;tbody&gt;
&lt;tr valign="baseline"&gt;
&lt;td&gt;&lt;span style="color: #78000e; font-size: 100%; font-family: Courier New,monospace; font-weight: bold; font-style: normal;"&gt; &amp;gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;
&lt;td&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="left"&gt;&lt;span style="color: #78000e; font-size: 100%; font-family: Courier New,monospace; font-weight: bold; font-style: normal;"&gt;p1:= plots:-polarplot(2+cos(x), x= -Pi/2..Pi/2, color= red, filled= [color= yellow]):&lt;br&gt; &lt;/span&gt;&lt;span style="color: #78000e; font-size: 100%; font-family: Courier New,monospace; font-weight: bold; font-style: normal;"&gt;p2:= plots:-polarplot(2+cos(x), x= Pi/2..3*Pi/2, color= red, filled= [color= white]):&lt;br&gt; &lt;/span&gt;&lt;span style="color: #78000e; font-size: 100%; font-family: Courier New,monospace; font-weight: bold; font-style: normal;"&gt;p3:= plots:-polarplot(2, x= Pi/2..3*Pi/2, color= blue, filled= [color= yellow]):&lt;br&gt; &lt;/span&gt;&lt;span style="color: #78000e; font-size: 100%; font-family: Courier New,monospace; font-weight: bold; font-style: normal;"&gt;p4:= plots:-polarplot(2, x= -Pi/2..Pi/2, color= blue, filled= [color= white]):&lt;br&gt; &lt;/span&gt;&lt;span style="color: #78000e; font-size: 100%; font-family: Courier New,monospace; font-weight: bold; font-style: normal;"&gt;plots:-display([p4,p2,p3,p1]);&lt;br&gt; &lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p style="margin: 0 0 0 0; padding-top: 0px; padding-bottom: 0px;" align="center"&gt;&lt;a href="http://www.maplesoft.com/support/faqs/MapleNet/redirect.aspx?param=plot_java_14206"&gt;&lt;img style="border: none;" src="/view.aspx?sf=144860/456530/351fe715710d80f9af08c5a629f5a677.gif" alt="" width="400" height="400" align="middle"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;input type="hidden" name="sequence" value="1"&gt; &lt;input type="hidden" name="cmd" value="none"&gt;&lt;/form&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=144860/456530/polarplot.mw"&gt;Download polarplot.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note that the order of the plots in the &lt;strong&gt;display&lt;/strong&gt; command matters: They are printed in the &lt;em&gt;reverse&lt;/em&gt; of the order that they appear in the command. I don't think this is documented.&lt;/p&gt;</description>
      <guid>144860</guid>
      <pubDate>Thu, 21 Mar 2013 08:12:21 Z</pubDate>
      <itunes:author>Carl Love</itunes:author>
      <author>Carl Love</author>
    </item>
    <item>
      <title>Another way</title>
      <link>http://www.mapleprimes.com/questions/144837-Graphing-Area-In-Polar?ref=Feed:MaplePrimes:Graphing Area in Polar:Comments#answer144876</link>
      <itunes:summary>&lt;p&gt;&lt;a href="/view.aspx?sf=144876/456562/Painting.mw"&gt;Painting.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://s47.radikal.ru/i116/1303/f0/60aa2aef7d8b.jpg" alt="" width="640" height="388"&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=144876/456562/Безымянный.png"&gt;&lt;img src="/view.aspx?sf=144876/456562/Безымянный.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="/view.aspx?sf=144876/456562/Painting.mw"&gt;Painting.mw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://s47.radikal.ru/i116/1303/f0/60aa2aef7d8b.jpg" alt="" width="640" height="388"&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="/view.aspx?sf=144876/456562/Безымянный.png"&gt;&lt;img src="/view.aspx?sf=144876/456562/Безымянный.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <guid>144876</guid>
      <pubDate>Thu, 21 Mar 2013 12:42:35 Z</pubDate>
      <itunes:author>Kitonum</itunes:author>
      <author>Kitonum</author>
    </item>
    <item>
      <title>transparency</title>
      <link>http://www.mapleprimes.com/questions/144837-Graphing-Area-In-Polar?ref=Feed:MaplePrimes:Graphing Area in Polar:Comments#comment144849</link>
      <itunes:summary>&lt;p&gt;Nice trick with the &lt;strong&gt;color= white&lt;/strong&gt;. A variation is to add the option &lt;strong&gt;transparency= 0&lt;/strong&gt; to the second plot.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Nice trick with the &lt;strong&gt;color= white&lt;/strong&gt;. A variation is to add the option &lt;strong&gt;transparency= 0&lt;/strong&gt; to the second plot.&lt;/p&gt;</description>
      <guid>144849</guid>
      <pubDate>Thu, 21 Mar 2013 06:06:18 Z</pubDate>
      <itunes:author>Carl Love</itunes:author>
      <author>Carl Love</author>
    </item>
    <item>
      <title>Specific regions</title>
      <link>http://www.mapleprimes.com/questions/144837-Graphing-Area-In-Polar?ref=Feed:MaplePrimes:Graphing Area in Polar:Comments#comment144854</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/144837-Graphing-Area-In-Polar#comment144849"&gt;@Carl Love&lt;/a&gt;&amp;nbsp;How can I control the specific regions that I want to highlight? For example, from pi/2 to 3pi/2: outside or the left side of the y-axis bounded; and from 3pi/2 to pi/2, outside or&amp;nbsp;the right side of the y-axis bounded.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/144837-Graphing-Area-In-Polar#comment144849"&gt;@Carl Love&lt;/a&gt;&amp;nbsp;How can I control the specific regions that I want to highlight? For example, from pi/2 to 3pi/2: outside or the left side of the y-axis bounded; and from 3pi/2 to pi/2, outside or&amp;nbsp;the right side of the y-axis bounded.&lt;/p&gt;</description>
      <guid>144854</guid>
      <pubDate>Thu, 21 Mar 2013 06:55:37 Z</pubDate>
      <itunes:author>mrmathexpert</itunes:author>
      <author>mrmathexpert</author>
    </item>
    <item>
      <title>Looks good. Very helpful.</title>
      <link>http://www.mapleprimes.com/questions/144837-Graphing-Area-In-Polar?ref=Feed:MaplePrimes:Graphing Area in Polar:Comments#comment144870</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/144837-Graphing-Area-In-Polar#comment144854"&gt;@mrmathexpert&lt;/a&gt;&amp;nbsp;I was thinking of a single, solitary region within specific parameters.&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/144837-Graphing-Area-In-Polar#comment144854"&gt;@mrmathexpert&lt;/a&gt;&amp;nbsp;I was thinking of a single, solitary region within specific parameters.&lt;/p&gt;</description>
      <guid>144870</guid>
      <pubDate>Thu, 21 Mar 2013 09:51:02 Z</pubDate>
      <itunes:author>mrmathexpert</itunes:author>
      <author>mrmathexpert</author>
    </item>
  </channel>
</rss>