<?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: Graph Template Language: Get Rid of Tick Marks in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Template-Language-Get-Rid-of-Tick-Marks/m-p/949657#M25106</link>
    <description>&lt;P&gt;Yes, there is. In SGPLOT and SGPANEL, axis displays options are subtractive (noticks, notable, etc). In GTL, they are additive -- you specify what you want. So, using the DISPLAY option on the XAXISOPTS/YAXISOPTS options, you would specify DISPLAY=(line label tickvalues) to display everything except the tick marks. Hope this helps!&lt;/P&gt;</description>
    <pubDate>Thu, 31 Oct 2024 19:59:00 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2024-10-31T19:59:00Z</dc:date>
    <item>
      <title>Graph Template Language: Get Rid of Tick Marks</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Template-Language-Get-Rid-of-Tick-Marks/m-p/949650#M25105</link>
      <description>&lt;P&gt;Is there a way to get rid of tick marks entirely in GTL?&amp;nbsp; As part of my layout, I'm overlaying a scatter and a boxplot for my two different treatment groups.&amp;nbsp; I don't want tickmarks at all, which I can do in proc sgplot with a display=(noticks) option, but I can't seem to find a similar option in GTL.&amp;nbsp; Is there a way to get this done?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EXAMPLE CODE&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;layout overlay / xaxisopts=(label=("Change") tickvalueattrs=(size=0 color=white)) yaxisopts=(label=" " labelposition=top);

scatterplot y=CHG x= TRT / group=TRT groupdisplay = cluster clusterwidth=1&amp;nbsp; markerattrs=(size=5 symbol=circlefilled);

boxplot y=CHG x=TRT / group=TRT grouporder=data groupdisplay=cluster&amp;nbsp;fillattrs=(transparency=0.6) boxwidth = 1;

endlayout;&lt;/PRE&gt;</description>
      <pubDate>Thu, 31 Oct 2024 19:15:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Template-Language-Get-Rid-of-Tick-Marks/m-p/949650#M25105</guid>
      <dc:creator>hartwell</dc:creator>
      <dc:date>2024-10-31T19:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Template Language: Get Rid of Tick Marks</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Template-Language-Get-Rid-of-Tick-Marks/m-p/949657#M25106</link>
      <description>&lt;P&gt;Yes, there is. In SGPLOT and SGPANEL, axis displays options are subtractive (noticks, notable, etc). In GTL, they are additive -- you specify what you want. So, using the DISPLAY option on the XAXISOPTS/YAXISOPTS options, you would specify DISPLAY=(line label tickvalues) to display everything except the tick marks. Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2024 19:59:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Template-Language-Get-Rid-of-Tick-Marks/m-p/949657#M25106</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2024-10-31T19:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Template Language: Get Rid of Tick Marks</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graph-Template-Language-Get-Rid-of-Tick-Marks/m-p/949838#M25107</link>
      <description>&lt;P&gt;perfect! thank you&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 13:43:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graph-Template-Language-Get-Rid-of-Tick-Marks/m-p/949838#M25107</guid>
      <dc:creator>hartwell</dc:creator>
      <dc:date>2024-11-04T13:43:42Z</dc:date>
    </item>
  </channel>
</rss>

