<?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 Re: How to draw Clark Error Grid with SAS/Graph tools? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71897#M2541</link>
    <description>Thanks, Chris,&lt;BR /&gt;
&lt;BR /&gt;
I tried noframe option in plot statement in Proc gplot. The frame connected to x-axis and y-axis disappeared but the outmost frame is still there.</description>
    <pubDate>Fri, 18 Sep 2009 05:26:15 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-09-18T05:26:15Z</dc:date>
    <item>
      <title>How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71893#M2537</link>
      <description>I need to use SAS/Graph to draw Clark Error Grid. Does any body know i it is possible? If so , how? Thanks.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
SASDR</description>
      <pubDate>Wed, 16 Sep 2009 15:52:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71893#M2537</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-09-16T15:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71894#M2538</link>
      <description>The best approach for creating this graph would probably be to create an annotate dataset for the regions and region labels.  Then, use that annotate dataset with PROC GPLOT to draw the scatterplot with the regions.</description>
      <pubDate>Wed, 16 Sep 2009 16:05:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71894#M2538</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2009-09-16T16:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71895#M2539</link>
      <description>Thank you, Dan. It works great.&lt;BR /&gt;
&lt;BR /&gt;
One more question, how to remove the most outside frame? Thanks.</description>
      <pubDate>Thu, 17 Sep 2009 17:09:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71895#M2539</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-09-17T17:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71896#M2540</link>
      <description>use option NOFRAME ?</description>
      <pubDate>Fri, 18 Sep 2009 05:00:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71896#M2540</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2009-09-18T05:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71897#M2541</link>
      <description>Thanks, Chris,&lt;BR /&gt;
&lt;BR /&gt;
I tried noframe option in plot statement in Proc gplot. The frame connected to x-axis and y-axis disappeared but the outmost frame is still there.</description>
      <pubDate>Fri, 18 Sep 2009 05:26:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71897#M2541</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-09-18T05:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71898#M2542</link>
      <description>SAS GOPTIONS BORDER/NOBORDER?&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gopdict-border.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gopdict-border.htm&lt;/A&gt;</description>
      <pubDate>Fri, 18 Sep 2009 12:01:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71898#M2542</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-09-18T12:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71899#M2543</link>
      <description>Thanks, Scott.&lt;BR /&gt;
&lt;BR /&gt;
It works great. &lt;BR /&gt;
&lt;BR /&gt;
Jack</description>
      <pubDate>Fri, 18 Sep 2009 14:48:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71899#M2543</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-09-18T14:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71900#M2544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would it be possible to have an example of code to draw these Clark Error Grid plots?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 09:02:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71900#M2544</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2012-11-16T09:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71901#M2545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've taken a stab at this, basing my grid visually on the example in Wikipedia.&lt;/P&gt;&lt;P&gt;Mine looks very similar to theirs, but I wasn't sure what the *exact* cut-off values should be.&lt;/P&gt;&lt;P&gt;If someone knows the exact values, I'd be happy to have them update my sample &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10621iC286421D2327CBAD/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="clarke_error_grid.png" title="clarke_error_grid.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 14:58:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71901#M2545</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-11-19T14:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71902#M2546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lor for your quick answer. It souds great!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a last question: would it be possible to fill with figures and borders with colors (see example in &lt;A href="http://www.anesthesia-analgesia.org/content/113/1/89.long"&gt;this article&lt;/A&gt; - Figure 1)? If yes, It would be perfect!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 15:11:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71902#M2546</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2012-11-19T15:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71903#M2547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could be done with annotated polygons (rather than annotated lines).&amp;nbsp; Also the areas and axis values are different (actually simpler) in this chart, than in the one I used (from Wikipedia).&amp;nbsp; And this brings to mind a suggestion for everyone ... if you have a certain chart in mind, please post that in your first comment - this can save a lot of confusion &amp;amp; re-work!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 16:00:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71903#M2547</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-11-19T16:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71904#M2548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer. I will try to do this with&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; annotated polygons&lt;/SPAN&gt;. I will let you informed if I succeed to perfom this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree, we have to be very clear about the result we want to obtain. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, please be sure that your code is highly appreciated and helpful as I will have to generate both plots (with 3 and 5 different areas) and also with colors at the request of my colleagues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you again for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 16:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71904#M2548</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2012-11-19T16:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71905#M2549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok - here's what I've come up with for the other plot (using annotated poly/polycont areas for the colored background)...&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11527i522885F6BBA168AC/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="hemoglobin_error_grid.png" title="hemoglobin_error_grid.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 18:38:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71905#M2549</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-11-19T18:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71906#M2550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And, after seeing how they specified the coordinates for the areas of the 2nd example, I think it probably makes more sense to specify the coordinates of the areas in direct values (rather than %), so I've re-written the first example to use direct values (like the 2nd example).&amp;nbsp; Attaching the new code:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 19:19:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71906#M2550</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2012-11-19T19:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71907#M2551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Robert! That is perfect! This is exactly what we wanted to generate. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again a lot for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 08:22:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71907#M2551</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2012-11-20T08:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71908#M2552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have an idea how to count the number of points in each zone A, B and C?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 08:46:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71908#M2552</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2013-04-04T08:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71909#M2553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a SAS/Graph gmap representation of the Clark Error Grid, where each area is a gmap polygon (like a 'state' in maps.us), and then use Proc Ginside to see which polygon each x/y point is in.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 12:07:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71909#M2553</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-04-04T12:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71910#M2554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lor for your quick answer. I started from your example "hemoglobin_error_grid" (2nd example). I am not yet very comfortable with the creation of &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;SAS/Graph gmap&lt;/SPAN&gt; and the PROC GINSIDE. I will work on it and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 12:36:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71910#M2554</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2013-04-04T12:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71911#M2555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The methodology you have described runs perfectly!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 21:16:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71911#M2555</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2013-04-04T21:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw Clark Error Grid with SAS/Graph tools?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71912#M2556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this paper: &lt;A href="http://support.sas.com/resources/papers/proceedings13/133-2013.pdf" title="http://support.sas.com/resources/papers/proceedings13/133-2013.pdf"&gt;http://support.sas.com/resources/papers/proceedings13/133-2013.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 19:28:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-Clark-Error-Grid-with-SAS-Graph-tools/m-p/71912#M2556</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-05-02T19:28:52Z</dc:date>
    </item>
  </channel>
</rss>

