<?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: proc sgplot vbox reference lines in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-vbox-reference-lines/m-p/414940#M14250</link>
    <description>&lt;P&gt;Can you provide sample data and an example of what you want your plot to look like?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the SAS version?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think using markers is another option within SGPLOT but it depends a bit on your data. You may need to go to GTL to accomplish this because VBOX does have limitations on which procs can be used.&lt;/P&gt;</description>
    <pubDate>Mon, 20 Nov 2017 20:33:01 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-11-20T20:33:01Z</dc:date>
    <item>
      <title>proc sgplot vbox reference lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-vbox-reference-lines/m-p/414921#M14247</link>
      <description>&lt;P&gt;I'm creating&amp;nbsp;3 horizontal (side-by-side)&amp;nbsp;boxplots in one graph using proc sgplot vbox and&amp;nbsp;need&amp;nbsp;two custom (high/low) horizontal (user-defined with values) reference lines for each of the 3 x-axis (non-numeric) categories. I only want the reference line pairs&amp;nbsp;to show up within each category (which have&amp;nbsp;different values for each category) and not go all&amp;nbsp; the way across the graph. I tried the droplines option, but it looks like that only works for two categories. I was&amp;nbsp;also thinking I can annotate, but&amp;nbsp;without a numeric x-axis, not so sure I can. Thanks for any help.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 18:28:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-vbox-reference-lines/m-p/414921#M14247</guid>
      <dc:creator>wcw</dc:creator>
      <dc:date>2017-11-20T18:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot vbox reference lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-vbox-reference-lines/m-p/414940#M14250</link>
      <description>&lt;P&gt;Can you provide sample data and an example of what you want your plot to look like?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the SAS version?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think using markers is another option within SGPLOT but it depends a bit on your data. You may need to go to GTL to accomplish this because VBOX does have limitations on which procs can be used.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 20:33:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-vbox-reference-lines/m-p/414940#M14250</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-20T20:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot vbox reference lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-vbox-reference-lines/m-p/414948#M14251</link>
      <description>&lt;P&gt;What does your code look like now? And your data? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2017 20:42:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-vbox-reference-lines/m-p/414948#M14251</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-11-20T20:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot vbox reference lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-vbox-reference-lines/m-p/415159#M14257</link>
      <description>&lt;P&gt;v 9.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sample data and code below (can't remember where I got the code, but works well for me).&lt;/P&gt;
&lt;P&gt;Attached shows the pairs of reference lines (in red) that I need for each time point. I have values for these. These values are&amp;nbsp;based on percentiles obtained using other data.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; have;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; time $ &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;11&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt; result;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;datalines&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(1) 0 hrs 9.5&lt;/P&gt;
&lt;P&gt;(1) 0 hrs 6.5&lt;/P&gt;
&lt;P&gt;(1) 0 hrs 5.5&lt;/P&gt;
&lt;P&gt;(1) 0 hrs 8.1&lt;/P&gt;
&lt;P&gt;(1) 0 hrs 5.2&lt;/P&gt;
&lt;P&gt;(1) 0 hrs 6.6&lt;/P&gt;
&lt;P&gt;(1) 0 hrs 6.8&lt;/P&gt;
&lt;P&gt;(1) 0 hrs 9.7&lt;/P&gt;
&lt;P&gt;(1) 0 hrs 4.5&lt;/P&gt;
&lt;P&gt;(1) 0 hrs 5.7&lt;/P&gt;
&lt;P&gt;(2) 30 min 15.6&lt;/P&gt;
&lt;P&gt;(2) 30 min 14.4&lt;/P&gt;
&lt;P&gt;(2) 30 min 13.9&lt;/P&gt;
&lt;P&gt;(2) 30 min 12.2&lt;/P&gt;
&lt;P&gt;(2) 30 min 16.7&lt;/P&gt;
&lt;P&gt;(2) 30 min 15.3&lt;/P&gt;
&lt;P&gt;(2) 30 min 18.7&lt;/P&gt;
&lt;P&gt;(2) 30 min 12.1&lt;/P&gt;
&lt;P&gt;(2) 30 min 15.0&lt;/P&gt;
&lt;P&gt;(2) 30 min 12.5&lt;/P&gt;
&lt;P&gt;(3) 5-8 hrs 45.2&lt;/P&gt;
&lt;P&gt;(3) 5-8 hrs 46.4&lt;/P&gt;
&lt;P&gt;(3) 5-8 hrs 47.5&lt;/P&gt;
&lt;P&gt;(3) 5-8 hrs 48.5&lt;/P&gt;
&lt;P&gt;(3) 5-8 hrs 42.6&lt;/P&gt;
&lt;P&gt;(3) 5-8 hrs 43.6&lt;/P&gt;
&lt;P&gt;(3) 5-8 hrs 44.6&lt;/P&gt;
&lt;P&gt;(3) 5-8 hrs 42.7&lt;/P&gt;
&lt;P&gt;(3) 5-8 hrs 42.7&lt;/P&gt;
&lt;P&gt;(3) 5-8 hrs 49.8&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;output&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; sgplot=nogroup_rpt_s(rename=(BOX_result_X_Time___Y=Value BOX_result_X_Time__ST=Stat BOX_result_X_Time___X=Cat));&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=have; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;vbox&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; result/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;category&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=time; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;print&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=nogroup_rpt_s; &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; merged_rpt_s;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;set&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; have nogroup_rpt_s(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;where&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(value ne &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt; and stat in (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;'N'&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;'MEAN'&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;'MEDIAN'&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;'MAX'&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;'MIN'&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;'STD'&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;'Q1'&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;'Q3'&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;)));&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; stat eq &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;'N'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;then&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; N=value; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;else&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; stat eq &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;'MEAN'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;then&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; MEAN=value; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;else&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; stat eq &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;'MEDIAN'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;then&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; MEDIAN=value; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;else&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; stat eq &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;'MAX'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;then&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; MAX=value; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;else&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; stat eq &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;'MIN'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;then&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; MIN=value; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;else&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; stat eq &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;'STD'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;then&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; STD=value;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;else&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; stat eq &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;'Q1'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;then&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; Q1=value; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;else&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; stat eq &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;'Q3'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;then&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; Q3=value;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;**OUTPUT to pdf*;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;graphics&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;reset&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;attrpriority&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=color &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;ANTIALIASMAX&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;41000&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;width&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;in&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;height&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;7&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;in&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;ODS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;PDF&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;FILE&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;"C:\Temp\test.pdf"&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;options&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;orientation&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=landscape;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=merged_rpt_s &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;NOAUTOLEGEND&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;yaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;values&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt; to &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;100&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt; by &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;); &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;xaxis&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; N &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;3.0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;; &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; mean median max min std q1 q3 &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;4.1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;vbox&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; result/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;category&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=time;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;scatter&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=Time &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;y&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=result/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;jitter&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;markerattrs&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=(symbol=circlefilled &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;size&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;color&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=black) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;transparency&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;.1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;clusterwidth&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;0.7&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;xaxistable&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; N mean median max min std q1 q3/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=cat &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;location&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=outside classorder=ascending;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;ODS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;PDF&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;CLOSE&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="test1.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16769i3BA2F395124E655B/image-size/large?v=v2&amp;amp;px=999" role="button" title="test1.JPG" alt="test1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 13:03:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-vbox-reference-lines/m-p/415159#M14257</guid>
      <dc:creator>wcw</dc:creator>
      <dc:date>2017-11-21T13:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot vbox reference lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-vbox-reference-lines/m-p/415163#M14260</link>
      <description>&lt;P&gt;I haven't read your entire code, but if I may bring a few suggestions, then drop your&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;yaxis values=(0 to 100 by 5); &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;statement. You have a lot of unnecessary white space because of that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I would drop the XAXISTABLE statement and let the plot speak for itself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just suggestions, use them if you like &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 13:10:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-vbox-reference-lines/m-p/415163#M14260</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-11-21T13:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot vbox reference lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-vbox-reference-lines/m-p/415164#M14261</link>
      <description>&lt;P&gt;Hey thanks.&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="token statement"&gt;&lt;FONT color="#0000ff"&gt;re yaxis&lt;/FONT&gt;&lt;/SPAN&gt; values&lt;SPAN class="token operator"&gt;&lt;FONT color="#a67f59"&gt;=&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;&lt;FONT color="#999999"&gt;(&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;&lt;STRONG&gt;&lt;FONT color="#008080"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; to &lt;SPAN class="token number"&gt;&lt;STRONG&gt;&lt;FONT color="#008080"&gt;100&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN class="token statement"&gt;&lt;FONT color="#0000ff"&gt;by&lt;/FONT&gt;&lt;/SPAN&gt; &lt;SPAN class="token number"&gt;&lt;STRONG&gt;&lt;FONT color="#008080"&gt;5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;&lt;FONT color="#999999"&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; agree, was applicable to the real data, not the sample data&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="token punctuation"&gt;&lt;FONT color="#999999"&gt;re dropping the XAXISTABLE: agree, but my people say they want&amp;nbsp;the table as well&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 13:16:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-vbox-reference-lines/m-p/415164#M14261</guid>
      <dc:creator>wcw</dc:creator>
      <dc:date>2017-11-21T13:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgplot vbox reference lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-vbox-reference-lines/m-p/416326#M14281</link>
      <description>&lt;P&gt;the sample data and code are posted&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 11:29:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgplot-vbox-reference-lines/m-p/416326#M14281</guid>
      <dc:creator>wcw</dc:creator>
      <dc:date>2017-11-27T11:29:30Z</dc:date>
    </item>
  </channel>
</rss>

