<?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 proc gcontour in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-gcontour/m-p/215625#M53061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dataset with 4 variables&lt;/P&gt;&lt;P&gt;ptid&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&lt;/P&gt;&lt;P&gt;loghz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; y&lt;/P&gt;&lt;P&gt;sequence x&lt;/P&gt;&lt;P&gt;logs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the value of z is spaced in the interval from 0 to 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made a dataset grided by g3grid, which works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want know to plot each id (ptid) with the same z contour levels (logs). However proc gcontour overrules my clevels. It is because for the specific id (ptid) the data does not contain values in some of the range. But I dont care. Then proc gcontour should simply plot with the clevels it has or in worst case plot no contours at all. How can I stop proc contour trying to be intelligent and let me decide the clevels.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gcontour data=grided; by ptid;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; plot loghz*sequence=logs/ &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; levels= 0.2 0.4 0.6 0.8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; clevels=white red orange yellow green blue black&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vaxis=axis1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; haxis=axis2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2015 11:46:16 GMT</pubDate>
    <dc:creator>jkanters</dc:creator>
    <dc:date>2015-08-03T11:46:16Z</dc:date>
    <item>
      <title>proc gcontour</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-gcontour/m-p/215625#M53061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dataset with 4 variables&lt;/P&gt;&lt;P&gt;ptid&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&lt;/P&gt;&lt;P&gt;loghz&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; y&lt;/P&gt;&lt;P&gt;sequence x&lt;/P&gt;&lt;P&gt;logs&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the value of z is spaced in the interval from 0 to 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made a dataset grided by g3grid, which works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want know to plot each id (ptid) with the same z contour levels (logs). However proc gcontour overrules my clevels. It is because for the specific id (ptid) the data does not contain values in some of the range. But I dont care. Then proc gcontour should simply plot with the clevels it has or in worst case plot no contours at all. How can I stop proc contour trying to be intelligent and let me decide the clevels.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gcontour data=grided; by ptid;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; plot loghz*sequence=logs/ &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; levels= 0.2 0.4 0.6 0.8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; clevels=white red orange yellow green blue black&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vaxis=axis1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; haxis=axis2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&amp;nbsp; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 11:46:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-gcontour/m-p/215625#M53061</guid>
      <dc:creator>jkanters</dc:creator>
      <dc:date>2015-08-03T11:46:16Z</dc:date>
    </item>
  </channel>
</rss>

