<?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 sgpanel legend seems to be transparent  -- lines are too faint to see clearly in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-legend-seems-to-be-transparent-lines-are-too-faint/m-p/462886#M15962</link>
    <description>&lt;P&gt;Thanks!&amp;nbsp; Do you have a suggestion for an alternative within SGPANEL that would make the legend readable?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 May 2018 22:43:04 GMT</pubDate>
    <dc:creator>mccauskl</dc:creator>
    <dc:date>2018-05-16T22:43:04Z</dc:date>
    <item>
      <title>proc sgpanel legend seems to be transparent  -- lines are too faint to see clearly</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-legend-seems-to-be-transparent-lines-are-too-faint/m-p/462871#M15960</link>
      <description>&lt;P&gt;We have created a panel bar graph with lines representing benchmark values.&amp;nbsp; We used a keylegend statement to define the line portions of the figures, but the lines are too faint to visually discern the colors or patterns easily.&amp;nbsp;I suspect it is an issue of the legend's transparency so I tried to implement the opaque option but received an error.&amp;nbsp; Is the opaque option available in SAS 9.4?&amp;nbsp; If the opaque option is not available to me, does anyone have any suggestions for changing the line thickness in the legend?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an excerpt of the code from the proc sgpanel:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;FONT size="2"&gt;&lt;CODE class=" language-sas"&gt;keylegend "Norm" "Sample Mean" / down = 1 

     titleattrs=(color = black size = 10) 

           noborder position = top opaque;&lt;/CODE&gt;&lt;/FONT&gt;&lt;/PRE&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;Here is the language from the error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, ACROSS, AUTOITEMSIZE, AUTOOUTLINE, BORDER, DOWN, EXCLUDE, FILLASPECT, FILLHEIGHT, LINELENGTH, NOBORDER, OUTERPAD, POSITION, SCALE, SORTORDER, TITLE, TITLEATTRS, TYPE, VALUEATTRS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 21:24:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-legend-seems-to-be-transparent-lines-are-too-faint/m-p/462871#M15960</guid>
      <dc:creator>mccauskl</dc:creator>
      <dc:date>2018-05-16T21:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpanel legend seems to be transparent  -- lines are too faint to see clearly</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-legend-seems-to-be-transparent-lines-are-too-faint/m-p/462885#M15961</link>
      <description>&lt;P&gt;Opaque is a valid option in SAS 9.4 for SGPLOT, but not for SGPANEL according to the documentation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n1txerz2g23a70n1kqo75gs8srla.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n1txerz2g23a70n1kqo75gs8srla.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 22:33:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-legend-seems-to-be-transparent-lines-are-too-faint/m-p/462885#M15961</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-05-16T22:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpanel legend seems to be transparent  -- lines are too faint to see clearly</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-legend-seems-to-be-transparent-lines-are-too-faint/m-p/462886#M15962</link>
      <description>&lt;P&gt;Thanks!&amp;nbsp; Do you have a suggestion for an alternative within SGPANEL that would make the legend readable?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 22:43:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-legend-seems-to-be-transparent-lines-are-too-faint/m-p/462886#M15962</guid>
      <dc:creator>mccauskl</dc:creator>
      <dc:date>2018-05-16T22:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpanel legend seems to be transparent  -- lines are too faint to see clearly</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-legend-seems-to-be-transparent-lines-are-too-faint/m-p/462891#M15963</link>
      <description>&lt;P&gt;No, if you provide a reproducible sample, ie make your code work with a SASHELP data set, I'm happy to look into it but it's hard to do without data or code. Hopefully someone else in this forum, (the SAS staff hopefully) will have a response soon. If not, I'll tag them eventually &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 22:57:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-legend-seems-to-be-transparent-lines-are-too-faint/m-p/462891#M15963</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-05-16T22:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: proc sgpanel legend seems to be transparent  -- lines are too faint to see clearly</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-legend-seems-to-be-transparent-lines-are-too-faint/m-p/462893#M15964</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/210476"&gt;@mccauskl&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Thanks!&amp;nbsp; Do you have a suggestion for an alternative within SGPANEL that would make the legend readable?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;As a minimum show the entire Proc SGPanel code you are currently using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are setting attributes in the plot that are transparent then you are going to have issues as the legend attempts to replicate those.&lt;/P&gt;
&lt;P&gt;Reduce transparency settings if you are using them.&lt;/P&gt;
&lt;P&gt;Make the displayed elements a bit larger perhaps, line width or marker size.&lt;/P&gt;
&lt;P&gt;Use an&amp;nbsp;ANNOTATE data to create a legend from scratch.&lt;/P&gt;
&lt;P&gt;Perhaps use SGPLOT with one or more BY variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Move the Graphic template language where there may be more controls with a Layout Lattice that Sgpanel does not honor.&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 23:00:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-sgpanel-legend-seems-to-be-transparent-lines-are-too-faint/m-p/462893#M15964</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-05-16T23:00:47Z</dc:date>
    </item>
  </channel>
</rss>

