<?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: vbox joining of lines in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/vbox-joining-of-lines/m-p/413696#M14204</link>
    <description>&lt;P&gt;Hi Sanjay&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the quick reply. I don't want solid lines connecting the medians, I want the legend to show patterned lines to match the connecting lines rather than solid. this is what you got with 9.3 but don't get with 9.4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that's why I added the series plot to connect them and hence use as the legend. However, they don't join in the correct place.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adie.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Nov 2017 15:39:51 GMT</pubDate>
    <dc:creator>Adie_efc</dc:creator>
    <dc:date>2017-11-15T15:39:51Z</dc:date>
    <item>
      <title>vbox joining of lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/vbox-joining-of-lines/m-p/413677#M14201</link>
      <description>&lt;P&gt;I have a box and whisker plot whereby I want the boxes to be solid but the lines joined at the median to differentiate between the treatment to be different line types.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I ran this in 9.3 the legend gave me the correct colours and the correct line types. However when I run this in 9.4 I get solid lines (presumably because Ive set the boxes to be solid).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ok I thought, I'll calculate these and do a series plot and use that for the legend. The issue I have is that the boxes are jittered slightly around the bottom axis and the series plot joins at the specific point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ive replicated the code using SASHELP.cars and attached both the 9.3 and 9.4 outputs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:12:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/vbox-joining-of-lines/m-p/413677#M14201</guid>
      <dc:creator>Adie_efc</dc:creator>
      <dc:date>2017-11-15T15:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: vbox joining of lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/vbox-joining-of-lines/m-p/413693#M14203</link>
      <description>&lt;P&gt;When you use unfilled box, the&amp;nbsp;line patterns of the box are included in the legend.&amp;nbsp;Since you set those to PATTERN=1, all the lines in the legend are solid.&amp;nbsp; But, the connect line uses CONNECTATTRS, which is not set.&amp;nbsp; So, you get the patterned lines in the graph.&amp;nbsp; To get solid lines for connect, use CONNECTATTRS=(pattern=1) in VBOX.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:36:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/vbox-joining-of-lines/m-p/413693#M14203</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-11-15T15:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: vbox joining of lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/vbox-joining-of-lines/m-p/413696#M14204</link>
      <description>&lt;P&gt;Hi Sanjay&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the quick reply. I don't want solid lines connecting the medians, I want the legend to show patterned lines to match the connecting lines rather than solid. this is what you got with 9.3 but don't get with 9.4.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that's why I added the series plot to connect them and hence use as the legend. However, they don't join in the correct place.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adie.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/vbox-joining-of-lines/m-p/413696#M14204</guid>
      <dc:creator>Adie_efc</dc:creator>
      <dc:date>2017-11-15T15:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: vbox joining of lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/vbox-joining-of-lines/m-p/413702#M14206</link>
      <description>&lt;P&gt;To make the SERIES join in the correct place with the grouped boxes, use GROUPDISPLAY=CLUSTER in the SERIES statement.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:43:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/vbox-joining-of-lines/m-p/413702#M14206</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-11-15T15:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: vbox joining of lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/vbox-joining-of-lines/m-p/413707#M14207</link>
      <description>&lt;P&gt;perfect....thank you! I knew there must be a simple solution.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:51:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/vbox-joining-of-lines/m-p/413707#M14207</guid>
      <dc:creator>Adie_efc</dc:creator>
      <dc:date>2017-11-15T15:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: vbox joining of lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/vbox-joining-of-lines/m-p/413711#M14208</link>
      <description>&lt;P&gt;however....is there a simple way to get the legend to match the connected lines without adding the series plot?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd tried the type=linepattern on the discretelegend but that gave the solid lines again?&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 15:54:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/vbox-joining-of-lines/m-p/413711#M14208</guid>
      <dc:creator>Adie_efc</dc:creator>
      <dc:date>2017-11-15T15:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: vbox joining of lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/vbox-joining-of-lines/m-p/413742#M14209</link>
      <description>&lt;P&gt;For Box Plot, if the boxes are filled, the legend will display the fill color.&amp;nbsp; If using NOFILL, then the legend will display the lines of the box outlines.&amp;nbsp; You can set the TYPE option on the Legend to display fill, line or markers.&amp;nbsp; Connect line is never displayed in the legend since is not used very often.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2017 17:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/vbox-joining-of-lines/m-p/413742#M14209</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-11-15T17:11:23Z</dc:date>
    </item>
  </channel>
</rss>

