<?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: Polyline on a boxplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Polyline-on-a-boxplot/m-p/101003#M3757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see documentation.&amp;nbsp; After POLYLINE, you need one or morePOLYCONT function for the subsequent points.&amp;nbsp; Also, it will be easier if you attach your data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Apr 2013 15:05:52 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2013-04-08T15:05:52Z</dc:date>
    <item>
      <title>Polyline on a boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Polyline-on-a-boxplot/m-p/101002#M3756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Hi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;I want to add brackets and &lt;SPAN lang="EN-US"&gt;asterisks on a boxplot to highlight boxes that are significantly different.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;I have tried the following annotate code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;data anno;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;length xc1 $ 6;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;retain drawspace "datavalue";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;function="polyline";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;y1=0.019;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;xc1= "class1";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;output;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;y1=0.020;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;output;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;xc1="class2";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;output;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;y1=0.019;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;output;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;y1=0.020;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;output;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;proc sgplot data= myData sganno=anno;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbox values/category=categoy ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;But no line is draw on the plot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Can somebody can help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 14:58:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Polyline-on-a-boxplot/m-p/101002#M3756</guid>
      <dc:creator>SosoT</dc:creator>
      <dc:date>2013-04-08T14:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline on a boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Polyline-on-a-boxplot/m-p/101003#M3757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see documentation.&amp;nbsp; After POLYLINE, you need one or morePOLYCONT function for the subsequent points.&amp;nbsp; Also, it will be easier if you attach your data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 15:05:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Polyline-on-a-boxplot/m-p/101003#M3757</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-04-08T15:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline on a boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Polyline-on-a-boxplot/m-p/101004#M3758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I have tried to add POLYCONT function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data anno;&lt;/P&gt;&lt;P&gt;length xc1 $ 15;&lt;/P&gt;&lt;P&gt;retain drawspace "datavalue";&lt;/P&gt;&lt;P&gt;function="polyline";&lt;/P&gt;&lt;P&gt;y1=0.019;&lt;/P&gt;&lt;P&gt;xc1= "&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;class1&lt;/SPAN&gt;";&lt;/P&gt;&lt;P&gt;output;&lt;/P&gt;&lt;P&gt;y1=0.020;&lt;/P&gt;&lt;P&gt;function="polycont";&lt;/P&gt;&lt;P&gt;output;&lt;/P&gt;&lt;P&gt;xc1="&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;class2&lt;/SPAN&gt;";&lt;/P&gt;&lt;P&gt;function="polycont";&lt;/P&gt;&lt;P&gt;output;&lt;/P&gt;&lt;P&gt;y1=0.019;&lt;/P&gt;&lt;P&gt;function="polycont";&lt;/P&gt;&lt;P&gt;output;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;But then I add the following warning "&lt;/P&gt;&lt;P&gt;WARNING: L'instruction DrawPolyline a des valeurs manquantes/incorrectes pour la position (X or Y). Instruction de tracé ignorée."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach the data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 15:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Polyline-on-a-boxplot/m-p/101004#M3758</guid>
      <dc:creator>SosoT</dc:creator>
      <dc:date>2013-04-08T15:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline on a boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Polyline-on-a-boxplot/m-p/101005#M3759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With cataqgory values, the XC1 value provided have to EXACTLY match the value on the axis.&amp;nbsp;&amp;nbsp; We will improve the matching at our end to make this easier.&amp;nbsp; In the meantime, make sure your XC values are EXACTLY the same as the values on the axis.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Soso_Anno.png" class="jive-image jiveImage" src="https://communities.sas.com/legacyfs/online/3325_Soso_Anno.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc import datafile='C:\Soso_data.xls' &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dbms=XLS out=myData replace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data mydata2;&lt;BR /&gt;&amp;nbsp; length cat $6;&lt;BR /&gt;&amp;nbsp; set mydata;&lt;BR /&gt;&amp;nbsp; cat=category;&lt;BR /&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;data anno;&lt;BR /&gt;length xc1 $6;&lt;BR /&gt;retain drawspace "datavalue";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function="polyline";&lt;BR /&gt;y1=0.019;&lt;BR /&gt;xc1= "class1";&lt;BR /&gt;output;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function="polycont";&lt;BR /&gt;y1=0.020;&lt;BR /&gt;xc1="class2";&lt;BR /&gt;output;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;proc sgplot data= myData2 sganno=anno;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbox values/category=cat ;&lt;BR /&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 17:51:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Polyline-on-a-boxplot/m-p/101005#M3759</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-04-08T17:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Polyline on a boxplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Polyline-on-a-boxplot/m-p/101006#M3760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;It works perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 07:30:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Polyline-on-a-boxplot/m-p/101006#M3760</guid>
      <dc:creator>SosoT</dc:creator>
      <dc:date>2013-04-09T07:30:51Z</dc:date>
    </item>
  </channel>
</rss>

