<?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: Multiple line plots by group column is not displaying any curves in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-line-plots-by-group-column-is-not-displaying-any-curves/m-p/401416#M25795</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;, thanks for your help. When I ran it on the STOCKS data it worked fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eventually I found that the values in the grouping column had a leading character (a whitespace character). When I removed the leading character, the curves were displayed correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still seems like a bug, so I will relay it to Tech Support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adrian.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2017 15:59:55 GMT</pubDate>
    <dc:creator>AMK</dc:creator>
    <dc:date>2017-10-05T15:59:55Z</dc:date>
    <item>
      <title>Multiple line plots by group column is not displaying any curves</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-line-plots-by-group-column-is-not-displaying-any-curves/m-p/401383#M25790</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;one of our EG 7 users has spotted an issue with line plots. If we do a line plot, selecting the "Multiple line plots by group column" option, the final graph displays the graph axes, titles etc. but the curves have all defaulted to a white line, marker and border, so are invisible on the default white background!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have confirmed that&amp;nbsp;other users have the same issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know we can manually reconfigure the curves and markers, but this seems like a bug in EG 7. If&amp;nbsp;we revert to just doing a basic line plot, the lines and markers are displayed, but that is not much use to us.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code that the task generates:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/* -------------------------------------------------------------------
   Code generated by SAS Task

   Generated on: Thursday, October 05, 2017 at 4:02:46 PM
   By task: Line Plot

   Input Data: SASApp:WORK.F43_OVERLAY
   Server:  SASApp
   ------------------------------------------------------------------- */

%_eg_conditional_dropds(WORK.SORTTempTableSorted);
/* -------------------------------------------------------------------
   Sort data set WORK.F43_OVERLAY
   ------------------------------------------------------------------- */
PROC SORT
    DATA=WORK.F43_OVERLAY(KEEP=time "Profile2(degc)"n run)
    OUT=WORK.SORTTempTableSorted
    ;
    BY time;
RUN;
SYMBOL1
    INTERPOL=JOIN
    HEIGHT=10pt
    VALUE=NONE
    LINE=1
    WIDTH=2

    CV = _STYLE_
;
SYMBOL2
    INTERPOL=JOIN
    HEIGHT=10pt
    VALUE=NONE
    LINE=1
    WIDTH=2

    CV = _STYLE_
;
Legend1
    FRAME
    ;
Axis1
    STYLE=1
    WIDTH=1
    MINOR=NONE


;
Axis2
    STYLE=1
    WIDTH=1
    MINOR=NONE


;
TITLE;
TITLE1 "Line Plot";
FOOTNOTE;
FOOTNOTE1 "Generated on %TRIM(%QSYSFUNC(DATE(), NLDATE20.)) at %TRIM(%SYSFUNC(TIME(), TIMEAMPM12.))";
PROC GPLOT DATA = WORK.SORTTempTableSorted
;
PLOT 'Profile2(degc)'n * time      =run
 /
     VAXIS=AXIS1

    HAXIS=AXIS2

FRAME    LEGEND=LEGEND1
;
/* -------------------------------------------------------------------
   End of task code
   ------------------------------------------------------------------- */
RUN; QUIT;
%_eg_conditional_dropds(WORK.SORTTempTableSorted);
TITLE; FOOTNOTE;
GOPTIONS RESET = SYMBOL;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know a way around it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adrian.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:08:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-line-plots-by-group-column-is-not-displaying-any-curves/m-p/401383#M25790</guid>
      <dc:creator>AMK</dc:creator>
      <dc:date>2017-10-05T15:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple line plots by group column is not displaying any curves</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-line-plots-by-group-column-is-not-displaying-any-curves/m-p/401388#M25791</link>
      <description>&lt;P&gt;Colors and markers are defined by the default STYLE.&lt;/P&gt;
&lt;P&gt;What is your default STYLE?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I would contact SAS Tech Support if you haven't already &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:11:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-line-plots-by-group-column-is-not-displaying-any-curves/m-p/401388#M25791</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-05T15:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple line plots by group column is not displaying any curves</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-line-plots-by-group-column-is-not-displaying-any-curves/m-p/401392#M25792</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in Enterprise Guide we are using the default HTMLBlue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure how to see the setup of _STYLE_.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adrian.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:23:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-line-plots-by-group-column-is-not-displaying-any-curves/m-p/401392#M25792</guid>
      <dc:creator>AMK</dc:creator>
      <dc:date>2017-10-05T15:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple line plots by group column is not displaying any curves</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-line-plots-by-group-column-is-not-displaying-any-curves/m-p/401398#M25794</link>
      <description>&lt;P&gt;I'm using SAS EG 7.1 as well, with SAS 9.4 TS1M3, with default HTML output.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using the Line Plot task (not wizard) with the following set up, and default HTMLBLUE style, I don't see any issues.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you replicate this issue with the SASHELP.STOCKS data set and let me know if the issues shows up?&lt;/P&gt;
&lt;P&gt;Things you'll need to provide to Tech Support or here:&lt;/P&gt;
&lt;P&gt;1. EG (exact version)&lt;/P&gt;
&lt;P&gt;2. SAS version (%put &amp;amp;Sysvlong);&lt;/P&gt;
&lt;P&gt;3. Does it work with the sample below?&lt;/P&gt;
&lt;P&gt;4. What output destination are you using?&lt;/P&gt;
&lt;P&gt;5. What style are you using? Any chance a user modified their default style?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find the style and corresponding information under Tools&amp;gt;Style Manager in EG.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="delete_EG_Plots.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/15639iA432DC06DFDF2B04/image-size/large?v=v2&amp;amp;px=999" role="button" title="delete_EG_Plots.JPG" alt="delete_EG_Plots.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:33:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-line-plots-by-group-column-is-not-displaying-any-curves/m-p/401398#M25794</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-05T15:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple line plots by group column is not displaying any curves</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-line-plots-by-group-column-is-not-displaying-any-curves/m-p/401416#M25795</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;, thanks for your help. When I ran it on the STOCKS data it worked fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eventually I found that the values in the grouping column had a leading character (a whitespace character). When I removed the leading character, the curves were displayed correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still seems like a bug, so I will relay it to Tech Support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adrian.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:59:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Multiple-line-plots-by-group-column-is-not-displaying-any-curves/m-p/401416#M25795</guid>
      <dc:creator>AMK</dc:creator>
      <dc:date>2017-10-05T15:59:55Z</dc:date>
    </item>
  </channel>
</rss>

