<?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: How to stop datapoints from connecting in a line graph? in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-stop-datapoints-from-connecting-in-a-line-graph/m-p/858796#M16962</link>
    <description>That's it! Thanks Bruno!</description>
    <pubDate>Tue, 14 Feb 2023 17:48:51 GMT</pubDate>
    <dc:creator>illmatic</dc:creator>
    <dc:date>2023-02-14T17:48:51Z</dc:date>
    <item>
      <title>How to stop datapoints from connecting in a line graph?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-stop-datapoints-from-connecting-in-a-line-graph/m-p/857209#M16927</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a dataset where on the X-axis is a bunch of dates, Y-axis is an amount of sales, and Y2-axis is active events during that time period.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Right now everything looks good, except for the Y2-axis values. I am categorizing my events into buckets 1-8. When added to the line graph, SAS VA automatically connects the lines, but I don't want them connected. How do I turn this off?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Picture of a single y-axis line graph showing the connecting going on.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80105iBD761AFF79CFAB76/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2023 00:10:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-stop-datapoints-from-connecting-in-a-line-graph/m-p/857209#M16927</guid>
      <dc:creator>illmatic</dc:creator>
      <dc:date>2023-02-05T00:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop datapoints from connecting in a line graph?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-stop-datapoints-from-connecting-in-a-line-graph/m-p/857746#M16940</link>
      <description>&lt;P&gt;For a Line chart you can display markers and set the line width to 0 like so:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bruno_SAS_0-1675863046594.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80207i62704A2DC7D87BF2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bruno_SAS_0-1675863046594.png" alt="Bruno_SAS_0-1675863046594.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The same is possible for the Dual axis line chart&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 13:35:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-stop-datapoints-from-connecting-in-a-line-graph/m-p/857746#M16940</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2023-02-08T13:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop datapoints from connecting in a line graph?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-stop-datapoints-from-connecting-in-a-line-graph/m-p/858796#M16962</link>
      <description>That's it! Thanks Bruno!</description>
      <pubDate>Tue, 14 Feb 2023 17:48:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-stop-datapoints-from-connecting-in-a-line-graph/m-p/858796#M16962</guid>
      <dc:creator>illmatic</dc:creator>
      <dc:date>2023-02-14T17:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop datapoints from connecting in a line graph?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-stop-datapoints-from-connecting-in-a-line-graph/m-p/858799#M16965</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's not Visual Analytics , but I am adding this for people that end up here while searching the web&lt;/P&gt;
&lt;P&gt;on how to make a line plot that NOT connects points over gaps in time series.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A trick to plot a time series that has missing values &lt;BR /&gt;By Rick Wicklin on The DO Loop February 16, 2022&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2022/02/16/plot-series-missing-values.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2022/02/16/plot-series-missing-values.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 18:28:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-stop-datapoints-from-connecting-in-a-line-graph/m-p/858799#M16965</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-02-14T18:28:44Z</dc:date>
    </item>
  </channel>
</rss>

