<?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: How to make the symbol outline/border thinner in %sgrectangle in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-the-symbol-outline-border-thinner-in-sgrectangle/m-p/979605#M25744</link>
    <description>&lt;P&gt;I do not have an answer for you top-of-my-head ,&lt;/P&gt;
&lt;P&gt;... but you might consult this blog-article.&lt;/P&gt;
&lt;P&gt;It also contains links to doc and other articles. Maybe you will find your hidden diamond in there?&lt;/P&gt;
&lt;DIV class="heading cf"&gt;
&lt;H1 class="post-title item fn"&gt;The SG annotation macros in SAS&lt;/H1&gt;
&lt;/DIV&gt;
&lt;DIV class="post-meta cf"&gt;&lt;SPAN class="posted-by"&gt;By&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="reviewer"&gt;&lt;A title="Posts by Rick Wicklin" href="https://blogs.sas.com/content/author/rickwicklin/" rel="author" target="_blank"&gt;Rick Wicklin&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://blogs.sas.com/content/iml/" target="_blank"&gt;The DO Loop&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="posted-on"&gt;&lt;SPAN class="dtreviewed"&gt;&lt;TIME class="value-title" title="2023-09-13" datetime="2023-09-13T05:24:41-04:00"&gt;September 13, 2023&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2023/09/13/sg-annotation-macros.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2023/09/13/sg-annotation-macros.html&lt;/A&gt;&lt;BR /&gt;&lt;/TIME&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ciao,&lt;BR /&gt;Koen&lt;/P&gt;</description>
    <pubDate>Wed, 26 Nov 2025 13:06:44 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2025-11-26T13:06:44Z</dc:date>
    <item>
      <title>How to make the symbol outline/border thinner in %sgrectangle</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-the-symbol-outline-border-thinner-in-sgrectangle/m-p/979440#M25728</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a swimmer plot, created with PROC SGPLOT, with a large number of bars included, making each bar quite narrow. When I plot symbols associated with each bar, I cannot decrease the width of the symbol outline/border enough for the symbols to display properly. I am plotting symbols on each bar using a scatter statement, and also plotting a box to the left of each bar along the y-axis using the anno macro %sgrectangle. In each case, the symbol being plotted is so small, the outline ultimately overtakes most of the symbol. But I cannot find a way to decrease the outline width any less. Is there a minimum line width for symbol outlines?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code I am using with %sgrectangle to draw a box at the beginning of each bar:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2025-11-24 080704.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/111531i4CF4BFB09274E3A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-11-24 080704.png" alt="Screenshot 2025-11-24 080704.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here is the current output:&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-left" image-alt="Screenshot 2025-11-24 080837.png" style="width: 445px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/111532iA4D302F02EC32D12/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-11-24 080837.png" alt="Screenshot 2025-11-24 080837.png" /&gt;&lt;/span&gt;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see the boxes drawn to the left of the graph don't look optimal. The outline being drawn is too thick for how small the squares are. In order to match the width of each bar, each square should be drawn with approximately width and height = 3 pixels. But it appears the smallest option for LINETHICKNESS for the outline = 1 pixel.&amp;nbsp; Is there a way to make the LINETHICKNESS smaller??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run into the same trouble with the symbols plotted on the graph with scatter statements. Here is the scatter statement code:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2025-11-24 081655.png" style="width: 975px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/111533iD754B5D02282C602/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-11-24 081655.png" alt="Screenshot 2025-11-24 081655.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The symbols plotted end up all black, it appears the outline color completely takes over the symbol when plotted; no red is present at all.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm thinking the symbols being plotted are simply too small, and the outline options just aren't able to be small enough?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help with how to decrease the symbol outline width in either %sgrectangle or marker outline in the scatter statement is much appreciated! Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2025 13:27:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-the-symbol-outline-border-thinner-in-sgrectangle/m-p/979440#M25728</guid>
      <dc:creator>ampatella</dc:creator>
      <dc:date>2025-11-24T13:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to make the symbol outline/border thinner in %sgrectangle</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-the-symbol-outline-border-thinner-in-sgrectangle/m-p/979605#M25744</link>
      <description>&lt;P&gt;I do not have an answer for you top-of-my-head ,&lt;/P&gt;
&lt;P&gt;... but you might consult this blog-article.&lt;/P&gt;
&lt;P&gt;It also contains links to doc and other articles. Maybe you will find your hidden diamond in there?&lt;/P&gt;
&lt;DIV class="heading cf"&gt;
&lt;H1 class="post-title item fn"&gt;The SG annotation macros in SAS&lt;/H1&gt;
&lt;/DIV&gt;
&lt;DIV class="post-meta cf"&gt;&lt;SPAN class="posted-by"&gt;By&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="reviewer"&gt;&lt;A title="Posts by Rick Wicklin" href="https://blogs.sas.com/content/author/rickwicklin/" rel="author" target="_blank"&gt;Rick Wicklin&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://blogs.sas.com/content/iml/" target="_blank"&gt;The DO Loop&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="posted-on"&gt;&lt;SPAN class="dtreviewed"&gt;&lt;TIME class="value-title" title="2023-09-13" datetime="2023-09-13T05:24:41-04:00"&gt;September 13, 2023&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2023/09/13/sg-annotation-macros.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2023/09/13/sg-annotation-macros.html&lt;/A&gt;&lt;BR /&gt;&lt;/TIME&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ciao,&lt;BR /&gt;Koen&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 13:06:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-the-symbol-outline-border-thinner-in-sgrectangle/m-p/979605#M25744</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2025-11-26T13:06:44Z</dc:date>
    </item>
  </channel>
</rss>

