<?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 proc template  label in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/proc-template-label/m-p/924901#M24545</link>
    <description>&lt;P&gt;Hi, experts,&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;1.I use proc template to customize the graph template. Maybe due to the icon at the bottom, the label is far away from the Y-axis. I want to set the label="Survival Probability" in the graph closer to the Y-axis.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;2.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;How to set the legend in the upper right corner of Figure 2?&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Thank you for your clarification. Thank you.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c76ff420c93a0e2d4ab8b41b95a88d0.png" style="width: 275px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95665iDFC82C6B0B47CF6C/image-size/large?v=v2&amp;amp;px=999" role="button" title="c76ff420c93a0e2d4ab8b41b95a88d0.png" alt="c76ff420c93a0e2d4ab8b41b95a88d0.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2eb5f2d4d4230a3b35d169d65dc9635.jpg" style="width: 358px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95666iBB4C0E8F8CF7F8F6/image-dimensions/358x263?v=v2" width="358" height="263" role="button" title="2eb5f2d4d4230a3b35d169d65dc9635.jpg" alt="2eb5f2d4d4230a3b35d169d65dc9635.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2024 19:20:22 GMT</pubDate>
    <dc:creator>joycefilm</dc:creator>
    <dc:date>2024-04-18T19:20:22Z</dc:date>
    <item>
      <title>proc template  label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-template-label/m-p/924901#M24545</link>
      <description>&lt;P&gt;Hi, experts,&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;1.I use proc template to customize the graph template. Maybe due to the icon at the bottom, the label is far away from the Y-axis. I want to set the label="Survival Probability" in the graph closer to the Y-axis.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;2.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;How to set the legend in the upper right corner of Figure 2?&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Thank you for your clarification. Thank you.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="c76ff420c93a0e2d4ab8b41b95a88d0.png" style="width: 275px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95665iDFC82C6B0B47CF6C/image-size/large?v=v2&amp;amp;px=999" role="button" title="c76ff420c93a0e2d4ab8b41b95a88d0.png" alt="c76ff420c93a0e2d4ab8b41b95a88d0.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2eb5f2d4d4230a3b35d169d65dc9635.jpg" style="width: 358px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/95666iBB4C0E8F8CF7F8F6/image-dimensions/358x263?v=v2" width="358" height="263" role="button" title="2eb5f2d4d4230a3b35d169d65dc9635.jpg" alt="2eb5f2d4d4230a3b35d169d65dc9635.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 19:20:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-template-label/m-p/924901#M24545</guid>
      <dc:creator>joycefilm</dc:creator>
      <dc:date>2024-04-18T19:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: proc template  label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-template-label/m-p/924908#M24546</link>
      <description>&lt;P&gt;1. The axis label is getting pushed out because the length of the AXISTABLE labels at the bottom. Some options to fix the issue include the following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;disable the labels and rely on the color coding&lt;/LI&gt;
&lt;LI&gt;Shorten the label using a user-defined format (this might not be possible, as you are probably sharing the group variable with the plot)&lt;/LI&gt;
&lt;LI&gt;Disable the Y-axis label and use a DRAWTEXT statement to put the axis label closer to the axis (this is probably your best option)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;2. The DISCRETELEGEND need to be inside your LAYOUT OVERLAY, and set the POSITION to be TOPRIGHT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 19:33:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-template-label/m-p/924908#M24546</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2024-04-18T19:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: proc template  label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-template-label/m-p/924911#M24547</link>
      <description>&lt;P&gt;Your DRAWTEXT statement would look something like the following (Adjust the X value to taste. It should be a value &amp;lt; 0, since it is relative to the wall):&lt;/P&gt;
&lt;P&gt;drawtext &amp;nbsp;textattrs=GraphLabelText "Survival Probability" / rotate=90 drawspace=wallpercent y=50 x=-10;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 20:00:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-template-label/m-p/924911#M24547</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2024-04-18T20:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: proc template  label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-template-label/m-p/924917#M24548</link>
      <description>&lt;P&gt;Sorry, I realized that for #2, I accidentally put the SGPLOT option for positioning the legend. For GTL, you should use HALIGN=RIGHT and VALIGN=TOP. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 20:51:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-template-label/m-p/924917#M24548</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2024-04-18T20:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: proc template  label</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/proc-template-label/m-p/924947#M24549</link>
      <description>Thank you very much for your answer, which solved my first question</description>
      <pubDate>Fri, 19 Apr 2024 06:23:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/proc-template-label/m-p/924947#M24549</guid>
      <dc:creator>joycefilm</dc:creator>
      <dc:date>2024-04-19T06:23:44Z</dc:date>
    </item>
  </channel>
</rss>

