<?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: VREF and HREF in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/VREF-and-HREF/m-p/14116#M2188</link>
    <description>[pre]&lt;BR /&gt;
data a;&lt;BR /&gt;
   infile cards dsd;&lt;BR /&gt;
   input x y;&lt;BR /&gt;
   cards;&lt;BR /&gt;
-1,-1&lt;BR /&gt;
-1,1&lt;BR /&gt;
1,1&lt;BR /&gt;
1,-1&lt;BR /&gt;
-1,-1&lt;BR /&gt;
;;;;&lt;BR /&gt;
   run;&lt;BR /&gt;
goptions reset=all;&lt;BR /&gt;
goptions hsize=6in vsize=6in;&lt;BR /&gt;
symbol i=join c=red w=2;&lt;BR /&gt;
proc gplot;&lt;BR /&gt;
   plot y*x;* / noaxis noframe;&lt;BR /&gt;
   run;&lt;BR /&gt;
   quit;&lt;BR /&gt;
[/pre]</description>
    <pubDate>Mon, 03 May 2010 15:09:46 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2010-05-03T15:09:46Z</dc:date>
    <item>
      <title>VREF and HREF</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/VREF-and-HREF/m-p/14115#M2187</link>
      <description>I am trying to draw a square with coordinates (-1,-1), (1,-1), (-1,-1) and (1,1). I thought i can use VREF = -1 1 and HREF= -1 1.  But these give me extra lines that I do not need.  Basically, i will like to know how to draw a horizontal line passing through Y=1, beggining at X=-1 and ending at X=1. Or how can I draw a verical line passing through X=1, beggining at Y=-1 and ending at Y=1.</description>
      <pubDate>Mon, 03 May 2010 14:06:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/VREF-and-HREF/m-p/14115#M2187</guid>
      <dc:creator>Statsconsultancy</dc:creator>
      <dc:date>2010-05-03T14:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: VREF and HREF</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/VREF-and-HREF/m-p/14116#M2188</link>
      <description>[pre]&lt;BR /&gt;
data a;&lt;BR /&gt;
   infile cards dsd;&lt;BR /&gt;
   input x y;&lt;BR /&gt;
   cards;&lt;BR /&gt;
-1,-1&lt;BR /&gt;
-1,1&lt;BR /&gt;
1,1&lt;BR /&gt;
1,-1&lt;BR /&gt;
-1,-1&lt;BR /&gt;
;;;;&lt;BR /&gt;
   run;&lt;BR /&gt;
goptions reset=all;&lt;BR /&gt;
goptions hsize=6in vsize=6in;&lt;BR /&gt;
symbol i=join c=red w=2;&lt;BR /&gt;
proc gplot;&lt;BR /&gt;
   plot y*x;* / noaxis noframe;&lt;BR /&gt;
   run;&lt;BR /&gt;
   quit;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Mon, 03 May 2010 15:09:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/VREF-and-HREF/m-p/14116#M2188</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2010-05-03T15:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: VREF and HREF</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/VREF-and-HREF/m-p/14117#M2189</link>
      <description>Or if you need to plot a square on top of existing data:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data ANNO;&lt;BR /&gt;
  retain XSYS YSYS '2' COLOR 'red';&lt;BR /&gt;
  FUNCTION='move'; X=12; Y=12; output;&lt;BR /&gt;
  FUNCTION='draw'; X=11; Y=12; output;&lt;BR /&gt;
  FUNCTION='draw'; X=11; Y=11; output;&lt;BR /&gt;
  FUNCTION='draw'; X=12; Y=11; output;&lt;BR /&gt;
  FUNCTION='draw'; X=12; Y=12; output;&lt;BR /&gt;
run;&lt;BR /&gt;
proc gplot data=SASHELP.CLASS annotate=ANNO;  &lt;BR /&gt;
  plot AGE*AGE;* / noaxis noframe;  &lt;BR /&gt;
run;&lt;BR /&gt;
quit;</description>
      <pubDate>Mon, 03 May 2010 21:46:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/VREF-and-HREF/m-p/14117#M2189</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2010-05-03T21:46:20Z</dc:date>
    </item>
  </channel>
</rss>

