<?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 Customizing Hbar Y ticks in Proc Template (GTL) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Customizing-Hbar-Y-ticks-in-Proc-Template-GTL/m-p/738327#M230289</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could someone suggest how to customize each Y tick to a specific format?&lt;/P&gt;&lt;P&gt;For example in the attached graph: Y-tick HYBRID should display in BOLD; SUV should display in BLUE color;&amp;nbsp;&amp;nbsp; sports should be Italics and rest all should be normal,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me with how to achieve the above requirement in proc template (GTL) or annotation or both &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any small lead should be ver much appreciated&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-inline" image-alt="s_manoj_0-1619875795830.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/58921i3B80D8BFDFA7D584/image-size/medium?v=v2&amp;amp;px=400" role="button" title="s_manoj_0-1619875795830.png" alt="s_manoj_0-1619875795830.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;</description>
    <pubDate>Sat, 01 May 2021 13:37:11 GMT</pubDate>
    <dc:creator>s_manoj</dc:creator>
    <dc:date>2021-05-01T13:37:11Z</dc:date>
    <item>
      <title>Customizing Hbar Y ticks in Proc Template (GTL)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Customizing-Hbar-Y-ticks-in-Proc-Template-GTL/m-p/738327#M230289</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could someone suggest how to customize each Y tick to a specific format?&lt;/P&gt;&lt;P&gt;For example in the attached graph: Y-tick HYBRID should display in BOLD; SUV should display in BLUE color;&amp;nbsp;&amp;nbsp; sports should be Italics and rest all should be normal,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me with how to achieve the above requirement in proc template (GTL) or annotation or both &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any small lead should be ver much appreciated&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-inline" image-alt="s_manoj_0-1619875795830.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/58921i3B80D8BFDFA7D584/image-size/medium?v=v2&amp;amp;px=400" role="button" title="s_manoj_0-1619875795830.png" alt="s_manoj_0-1619875795830.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;</description>
      <pubDate>Sat, 01 May 2021 13:37:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Customizing-Hbar-Y-ticks-in-Proc-Template-GTL/m-p/738327#M230289</guid>
      <dc:creator>s_manoj</dc:creator>
      <dc:date>2021-05-01T13:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Hbar Y ticks in Proc Template (GTL)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Customizing-Hbar-Y-ticks-in-Proc-Template-GTL/m-p/738372#M230315</link>
      <description>&lt;P&gt;Since you are specifying this must be done in GTL then show the template you have for the basic HBAR graph you are currently using.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AXIS options are available/restricted depending on the LAYOUT options used. So kind of need to know which LAYOUT you intend to use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't have a current template then why the restriction to GTL?&lt;/P&gt;</description>
      <pubDate>Sun, 02 May 2021 03:56:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Customizing-Hbar-Y-ticks-in-Proc-Template-GTL/m-p/738372#M230315</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-05-02T03:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Hbar Y ticks in Proc Template (GTL)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Customizing-Hbar-Y-ticks-in-Proc-Template-GTL/m-p/740046#M231102</link>
      <description>Hi Ballardw,&lt;BR /&gt;&lt;BR /&gt;Thank you for your response, I have code in GTL so the reason i am asking for it, I wish I could share my GTL code but I I am not supposed to share hope you understand.&lt;BR /&gt;&lt;BR /&gt;I am using Layout Overlay type to draw hbar type plot, y axis tick (discrete type) are directly defined from a variable, not used specifically any tickvaluelist in GTL&lt;BR /&gt;&lt;BR /&gt;Hope above information would be suffice, if need anything more please let me know i will try to provide the same&lt;BR /&gt;&lt;BR /&gt;Many thanks&lt;BR /&gt;Manoj&lt;BR /&gt;</description>
      <pubDate>Sun, 09 May 2021 13:32:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Customizing-Hbar-Y-ticks-in-Proc-Template-GTL/m-p/740046#M231102</guid>
      <dc:creator>s_manoj</dc:creator>
      <dc:date>2021-05-09T13:32:02Z</dc:date>
    </item>
  </channel>
</rss>

