<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic gplot filling an area above a line in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/gplot-filling-an-area-above-a-line/m-p/66221#M2263</link>
    <description>Can I fill an area above a line in an gplot?  Everything I see in the manual shows filling the area below the line</description>
    <pubDate>Tue, 09 Mar 2010 17:27:47 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-03-09T17:27:47Z</dc:date>
    <item>
      <title>gplot filling an area above a line</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/gplot-filling-an-area-above-a-line/m-p/66221#M2263</link>
      <description>Can I fill an area above a line in an gplot?  Everything I see in the manual shows filling the area below the line</description>
      <pubDate>Tue, 09 Mar 2010 17:27:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/gplot-filling-an-area-above-a-line/m-p/66221#M2263</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-09T17:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: gplot filling an area above a line</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/gplot-filling-an-area-above-a-line/m-p/66222#M2264</link>
      <description>Yes, you can. The trick is ask for two areas and set the first color to be the same as the background. Here is an example:&lt;BR /&gt;
&lt;BR /&gt;
pattern1 c=white;&lt;BR /&gt;
pattern2 c=blue;&lt;BR /&gt;
symbol i=join;&lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=sashelp.class;&lt;BR /&gt;
plot height*name / areas=2;&lt;BR /&gt;
run;</description>
      <pubDate>Tue, 09 Mar 2010 17:34:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/gplot-filling-an-area-above-a-line/m-p/66222#M2264</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2010-03-09T17:34:25Z</dc:date>
    </item>
  </channel>
</rss>

