<?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: Issue in Line Plot Graph - Horizontal axis in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Issue-in-Line-Plot-Graph-Horizontal-axis/m-p/397145#M25546</link>
    <description>&lt;P&gt;Show the code for "deriving" your month value. I can see several ways that could be done such that you duplicate the values.&lt;/P&gt;
&lt;P&gt;Also showing the actual code for the graph might help.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Sep 2017 14:59:23 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-09-19T14:59:23Z</dc:date>
    <item>
      <title>Issue in Line Plot Graph - Horizontal axis</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Issue-in-Line-Plot-Graph-Horizontal-axis/m-p/397034#M25530</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using SAS EG to generate a report from a output of a query. In the Query output, the values are displayed as follows&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Job Name : Job_XXXX&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Month &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Average Time&lt;/P&gt;
&lt;P&gt;SEP-16 &amp;nbsp; &amp;nbsp; &amp;nbsp;02:00:51&lt;/P&gt;
&lt;P&gt;OCT-16 &amp;nbsp; &amp;nbsp; &amp;nbsp;03:54:14&lt;/P&gt;
&lt;P&gt;NOV-16 &amp;nbsp; &amp;nbsp; &amp;nbsp;12:12:54&lt;/P&gt;
&lt;P&gt;DEC-16 &amp;nbsp; &amp;nbsp; &amp;nbsp;08:08:21&lt;/P&gt;
&lt;P&gt;JAN-17 &amp;nbsp; &amp;nbsp; &amp;nbsp; 10:21:54&lt;/P&gt;
&lt;P&gt;FEB-17 &amp;nbsp; &amp;nbsp; &amp;nbsp; 11:12:24&lt;/P&gt;
&lt;P&gt;MAR-17 &amp;nbsp; &amp;nbsp; &amp;nbsp;02:14:45&lt;/P&gt;
&lt;P&gt;APR-17 &amp;nbsp; &amp;nbsp; &amp;nbsp; 05:06:45&lt;/P&gt;
&lt;P&gt;MAY-17 &amp;nbsp; &amp;nbsp; &amp;nbsp; 05:08:21&lt;/P&gt;
&lt;P&gt;JUN-17 &amp;nbsp; &amp;nbsp; &amp;nbsp; 12:12:12&lt;/P&gt;
&lt;P&gt;JUL-17 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;08:08:07&lt;/P&gt;
&lt;P&gt;AUG-17 &amp;nbsp; &amp;nbsp; &amp;nbsp; 09:08:17&lt;/P&gt;
&lt;P&gt;SEP-17 &amp;nbsp; &amp;nbsp; &amp;nbsp; 10:05:35&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;While creating a line plot(Mulitple line plot from group column), I have given task roles as&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Horizontal(Limit :1) as Month&lt;/P&gt;
&lt;P&gt;Vertical(Limit :1) as Average Time&lt;/P&gt;
&lt;P&gt;Group(Limit : 1) as&amp;nbsp;&lt;SPAN&gt;Job Name&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and given horizontal major tricks as 13 and ran the report.&lt;/P&gt;
&lt;P&gt;But from the output , I could not able to see all the months under horizontal axis and also I could see a strange thing that&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the values are not properly aligned in the graph.(Eg:) For horizontal axis(Dec-16), it showing Jan - 17 values (i.e 10:21:54). But when I move the cursor in the pointed value of line plot, its showing proper value as a pop - up..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think, the issue is with horizontal axis displayed in the line plot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note : Month is a derived column from the date value and I have used intx function to retrieve that. &amp;nbsp;Im using SAS EG V4.1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help me to resolve the issue. Thnaks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 08:31:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Issue-in-Line-Plot-Graph-Horizontal-axis/m-p/397034#M25530</guid>
      <dc:creator>Helannivas</dc:creator>
      <dc:date>2017-09-19T08:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Line Plot Graph - Horizontal axis</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Issue-in-Line-Plot-Graph-Horizontal-axis/m-p/397121#M25540</link>
      <description>&lt;P&gt;I tried to replicate it, and it worked perfectly for me. So, a couple of questions:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is your "Month" value a SAS date value? I used a date value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I didn't specity anything for the horizontal axis; I just moved the variable names to the horizontal and vertical roles, and let 'er rip.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&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="Graph.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15287iDE18BC36C1918904/image-size/large?v=v2&amp;amp;px=999" role="button" title="Graph.png" alt="Graph.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 13:57:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Issue-in-Line-Plot-Graph-Horizontal-axis/m-p/397121#M25540</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2017-09-19T13:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Line Plot Graph - Horizontal axis</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Issue-in-Line-Plot-Graph-Horizontal-axis/m-p/397145#M25546</link>
      <description>&lt;P&gt;Show the code for "deriving" your month value. I can see several ways that could be done such that you duplicate the values.&lt;/P&gt;
&lt;P&gt;Also showing the actual code for the graph might help.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 14:59:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Issue-in-Line-Plot-Graph-Horizontal-axis/m-p/397145#M25546</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-09-19T14:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Line Plot Graph - Horizontal axis</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Issue-in-Line-Plot-Graph-Horizontal-axis/m-p/397336#M25558</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have found out the solution for this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Under Horizontal major ticks , I have given "Specify" &amp;nbsp;as '01SEP16'd to '01SEP17'd by Month and the horizontal month (values) have rotated to 90 degree.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now the 13 months values gets fitted into the graph and displayed proper graph.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 06:28:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Issue-in-Line-Plot-Graph-Horizontal-axis/m-p/397336#M25558</guid>
      <dc:creator>Helannivas</dc:creator>
      <dc:date>2017-09-20T06:28:06Z</dc:date>
    </item>
  </channel>
</rss>

