<?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: Overlay graphs show less tick marks and include the refline in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Overlay-graphs-show-less-tick-marks-and-include-the-refline/m-p/986751#M25895</link>
    <description>&lt;PRE&gt;proc sgplot data=x.help ;
vline Date / response=Numeric_entry group=area groupdisplay=cluster;
xaxis interval=month &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;type=time&lt;/STRONG&gt;&lt;/FONT&gt; label='Expected_Date' LABELATTRS=(weight=bold size=12)
VALUEATTRS=(family=arial size=10 style=normal weight=normal );
refline '31mar2024'd / axis=x label=('Expected_Date') lineattrs=(color=red pattern=dash)
labelattrs=(size=12) labelloc=inside;

title1 j=c "Comparison " bold;

run;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1777024509809.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/114420i922F26421C294A0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1777024509809.png" alt="Ksharp_0-1777024509809.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Apr 2026 09:55:20 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2026-04-24T09:55:20Z</dc:date>
    <item>
      <title>Overlay graphs show less tick marks and include the refline</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Overlay-graphs-show-less-tick-marks-and-include-the-refline/m-p/986749#M25894</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to use proc sgplot to draw an overlay two graphs using the group option and also draw a refline using the the date xaxis. The output does not show the refline and the xaxis values are too clustered&lt;/P&gt;
&lt;P&gt;The data set is attached and the SAS-Code used is as follows:&lt;/P&gt;
&lt;P&gt;proc sgplot data=help.help ;&lt;BR /&gt;vline Date / response=Numeric_entry group=area groupdisplay=cluster;&lt;BR /&gt;xaxis interval=month label='Expected_Date' LABELATTRS=(weight=bold size=12) &lt;BR /&gt;VALUEATTRS=(family=arial size=10 style=normal weight=normal );&lt;BR /&gt;refline '31mar2024'd / axis=x label=('Expected_Date') lineattrs=(color=red pattern=dash) &lt;BR /&gt;labelattrs=(size=12) labelloc=inside;&lt;/P&gt;
&lt;P&gt;title1 j=c "Comparison " bold;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 09:19:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Overlay-graphs-show-less-tick-marks-and-include-the-refline/m-p/986749#M25894</guid>
      <dc:creator>mmohotsi</dc:creator>
      <dc:date>2026-04-24T09:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay graphs show less tick marks and include the refline</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Overlay-graphs-show-less-tick-marks-and-include-the-refline/m-p/986751#M25895</link>
      <description>&lt;PRE&gt;proc sgplot data=x.help ;
vline Date / response=Numeric_entry group=area groupdisplay=cluster;
xaxis interval=month &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;type=time&lt;/STRONG&gt;&lt;/FONT&gt; label='Expected_Date' LABELATTRS=(weight=bold size=12)
VALUEATTRS=(family=arial size=10 style=normal weight=normal );
refline '31mar2024'd / axis=x label=('Expected_Date') lineattrs=(color=red pattern=dash)
labelattrs=(size=12) labelloc=inside;

title1 j=c "Comparison " bold;

run;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1777024509809.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/114420i922F26421C294A0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1777024509809.png" alt="Ksharp_0-1777024509809.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 09:55:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Overlay-graphs-show-less-tick-marks-and-include-the-refline/m-p/986751#M25895</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2026-04-24T09:55:20Z</dc:date>
    </item>
  </channel>
</rss>

