<?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 Annotating in Proc Gplot in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Annotating-in-Proc-Gplot/m-p/14685#M2404</link>
    <description>Hello, I am using the following code to add error bars to a scatterplot of means:&lt;BR /&gt;
&lt;BR /&gt;
Proc Gplot data=meanst annotate=annotate_means;&lt;BR /&gt;
	plot avg1*varnum=group;	&lt;BR /&gt;
	symbol1 v=circle c=green;&lt;BR /&gt;
	symbol2 v=triangle c=red;&lt;BR /&gt;
Run; Quit;&lt;BR /&gt;
&lt;BR /&gt;
Straightforward enough, I would think. However, the resulting graph is showing lines in the far bottom left corner of the graph screen, not even inside of the graph itself, and definitely not at the Xs or Ys they are supposed to line up with.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Here is a subset of the annotate dataset:&lt;BR /&gt;
                                        &lt;BR /&gt;
   avg1  varnum   std1  function style  color text hsys xsys ysys position  X     Y    size line&lt;BR /&gt;
&lt;BR /&gt;
 0.23649   0.9  0.42564   move   swissb             3    3    3      6     0.7 0.00000   .    .&lt;BR /&gt;
 0.23649   0.9  0.42564   draw   swissb green       3    3    3      6     1.1 0.00000  0.8   1&lt;BR /&gt;
 0.23649   0.9  0.42564   move   swissb green       3    3    3      6     0.9 0.00000  0.8   1&lt;BR /&gt;
 0.23649   0.9  0.42564   draw   swissb green       3    3    3      6     0.9 0.66213  0.8   1&lt;BR /&gt;
 0.23649   0.9  0.42564   move   swissb green       3    3    3      6     0.7 0.66213  0.8   1&lt;BR /&gt;
 0.23649   0.9  0.42564   draw   swissb green       3    3    3      6     1.1 0.66213  0.8   1&lt;BR /&gt;
 0.03041   1.9  0.17199   move   swissb             3    3    3      6     1.7 0.00000   .    .&lt;BR /&gt;
 0.03041   1.9  0.17199   draw   swissb green       3    3    3      6     2.1 0.00000  0.8   1&lt;BR /&gt;
 0.03041   1.9  0.17199   move   swissb green       3    3    3      6     1.9 0.00000  0.8   1&lt;BR /&gt;
 0.03041   1.9  0.17199   draw   swissb green       3    3    3      6     1.9 0.20240  0.8   1&lt;BR /&gt;
 0.03041   1.9  0.17199   move   swissb green       3    3    3      6     1.7 0.20240  0.8   1&lt;BR /&gt;
 0.03041   1.9  0.17199   draw   swissb green       3    3    3      6     2.1 0.20240  0.8   1&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I am 99.9% positive that the annotate dataset itself is correct. Any ideas why the annotations are not printing inside the graph, at their designated Xs and Ys? Thank you!</description>
    <pubDate>Thu, 02 Apr 2009 18:32:59 GMT</pubDate>
    <dc:creator>sassygrl</dc:creator>
    <dc:date>2009-04-02T18:32:59Z</dc:date>
    <item>
      <title>Annotating in Proc Gplot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Annotating-in-Proc-Gplot/m-p/14685#M2404</link>
      <description>Hello, I am using the following code to add error bars to a scatterplot of means:&lt;BR /&gt;
&lt;BR /&gt;
Proc Gplot data=meanst annotate=annotate_means;&lt;BR /&gt;
	plot avg1*varnum=group;	&lt;BR /&gt;
	symbol1 v=circle c=green;&lt;BR /&gt;
	symbol2 v=triangle c=red;&lt;BR /&gt;
Run; Quit;&lt;BR /&gt;
&lt;BR /&gt;
Straightforward enough, I would think. However, the resulting graph is showing lines in the far bottom left corner of the graph screen, not even inside of the graph itself, and definitely not at the Xs or Ys they are supposed to line up with.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Here is a subset of the annotate dataset:&lt;BR /&gt;
                                        &lt;BR /&gt;
   avg1  varnum   std1  function style  color text hsys xsys ysys position  X     Y    size line&lt;BR /&gt;
&lt;BR /&gt;
 0.23649   0.9  0.42564   move   swissb             3    3    3      6     0.7 0.00000   .    .&lt;BR /&gt;
 0.23649   0.9  0.42564   draw   swissb green       3    3    3      6     1.1 0.00000  0.8   1&lt;BR /&gt;
 0.23649   0.9  0.42564   move   swissb green       3    3    3      6     0.9 0.00000  0.8   1&lt;BR /&gt;
 0.23649   0.9  0.42564   draw   swissb green       3    3    3      6     0.9 0.66213  0.8   1&lt;BR /&gt;
 0.23649   0.9  0.42564   move   swissb green       3    3    3      6     0.7 0.66213  0.8   1&lt;BR /&gt;
 0.23649   0.9  0.42564   draw   swissb green       3    3    3      6     1.1 0.66213  0.8   1&lt;BR /&gt;
 0.03041   1.9  0.17199   move   swissb             3    3    3      6     1.7 0.00000   .    .&lt;BR /&gt;
 0.03041   1.9  0.17199   draw   swissb green       3    3    3      6     2.1 0.00000  0.8   1&lt;BR /&gt;
 0.03041   1.9  0.17199   move   swissb green       3    3    3      6     1.9 0.00000  0.8   1&lt;BR /&gt;
 0.03041   1.9  0.17199   draw   swissb green       3    3    3      6     1.9 0.20240  0.8   1&lt;BR /&gt;
 0.03041   1.9  0.17199   move   swissb green       3    3    3      6     1.7 0.20240  0.8   1&lt;BR /&gt;
 0.03041   1.9  0.17199   draw   swissb green       3    3    3      6     2.1 0.20240  0.8   1&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I am 99.9% positive that the annotate dataset itself is correct. Any ideas why the annotations are not printing inside the graph, at their designated Xs and Ys? Thank you!</description>
      <pubDate>Thu, 02 Apr 2009 18:32:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Annotating-in-Proc-Gplot/m-p/14685#M2404</guid>
      <dc:creator>sassygrl</dc:creator>
      <dc:date>2009-04-02T18:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Annotating in Proc Gplot</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Annotating-in-Proc-Gplot/m-p/14686#M2405</link>
      <description>If the X and Y values are menat to be the actual values then your XSYS and YSYS values should be 2. Absolute values in the Data area.</description>
      <pubDate>Fri, 03 Apr 2009 14:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Annotating-in-Proc-Gplot/m-p/14686#M2405</guid>
      <dc:creator>LawrenceHW</dc:creator>
      <dc:date>2009-04-03T14:50:53Z</dc:date>
    </item>
  </channel>
</rss>

