<?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: dropline up to the axis? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/dropline-up-to-the-axis/m-p/505556#M17207</link>
    <description>&lt;P&gt;Yes, you have found a shortcoming in the axis origin feature that has not been reported so far.&amp;nbsp; I suspect the combination of axis origin with drop line has not been used often.&amp;nbsp; DrawLine would work where you provide the start and end coordinates.&amp;nbsp; Alternate plot statement would be a VECTORPLOT, where again you provide the coordinates, but at least the data is in the same data set for consistency.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Oct 2018 14:01:04 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2018-10-18T14:01:04Z</dc:date>
    <item>
      <title>dropline up to the axis?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/dropline-up-to-the-axis/m-p/505502#M17206</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there an option to stop the dropline at the axis?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found alternative solution using drawline but i wouldnice to have directly the option in dropline or so.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. With dropline (missing the option)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
    define statgraph class;
        begingraph;
	        layout overlay 
	            / xaxisopts=(linearopts=(origin=60))
	              yaxisopts=(linearopts=(origin=100))
	              walldisplay=none;
	              
	        scatterplot x=height y=weight;

            dropline x=72 y=150 
                  / dropto=both
                    lineattrs=(color=blue pattern=dot)
                    label='72,150';
                    
            endlayout;
        endgraph;
    end;
run;

proc sgrender data=sashelp.class template=class ;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sas_dropline1.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24126i92BDE32BF26993F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="sas_dropline1.JPG" alt="sas_dropline1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. With drawline (expected result)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sas_dropline2.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/24127i1DE59ECFE34D7762/image-size/large?v=v2&amp;amp;px=999" role="button" title="sas_dropline2.JPG" alt="sas_dropline2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 11:57:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/dropline-up-to-the-axis/m-p/505502#M17206</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2018-10-18T11:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: dropline up to the axis?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/dropline-up-to-the-axis/m-p/505556#M17207</link>
      <description>&lt;P&gt;Yes, you have found a shortcoming in the axis origin feature that has not been reported so far.&amp;nbsp; I suspect the combination of axis origin with drop line has not been used often.&amp;nbsp; DrawLine would work where you provide the start and end coordinates.&amp;nbsp; Alternate plot statement would be a VECTORPLOT, where again you provide the coordinates, but at least the data is in the same data set for consistency.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Oct 2018 14:01:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/dropline-up-to-the-axis/m-p/505556#M17207</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2018-10-18T14:01:04Z</dc:date>
    </item>
  </channel>
</rss>

