<?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 Only display axis (X and Y) when no data in figure in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Only-display-axis-X-and-Y-when-no-data-in-figure/m-p/524042#M142459</link>
    <description>&lt;P&gt;Are there any ways that could display axis (X and Y)&amp;nbsp; with the following dataset?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="test.png" style="width: 233px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25935i3A852D6B4885E7A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="test.png" alt="test.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for helping&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jan 2019 08:50:16 GMT</pubDate>
    <dc:creator>joycehyj1109</dc:creator>
    <dc:date>2019-01-02T08:50:16Z</dc:date>
    <item>
      <title>Only display axis (X and Y) when no data in figure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Only-display-axis-X-and-Y-when-no-data-in-figure/m-p/524042#M142459</link>
      <description>&lt;P&gt;Are there any ways that could display axis (X and Y)&amp;nbsp; with the following dataset?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="test.png" style="width: 233px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/25935i3A852D6B4885E7A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="test.png" alt="test.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for helping&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 08:50:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Only-display-axis-X-and-Y-when-no-data-in-figure/m-p/524042#M142459</guid>
      <dc:creator>joycehyj1109</dc:creator>
      <dc:date>2019-01-02T08:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Only display axis (X and Y) when no data in figure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Only-display-axis-X-and-Y-when-no-data-in-figure/m-p/524052#M142466</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I've understood you correctly, you want to create a plotted graph of the values in the data set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see the values for the y variable (column) are missing (that's what the '.' means for numeric values). So if a y value is missing for a graph coordinate then the coordinate cannot be plotted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you share the code, input data and log that created these values then perhaps we can help identify why the y variable has missing values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 11:09:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Only-display-axis-X-and-Y-when-no-data-in-figure/m-p/524052#M142466</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2019-01-02T11:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Only display axis (X and Y) when no data in figure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Only-display-axis-X-and-Y-when-no-data-in-figure/m-p/524195#M142518</link>
      <description>&lt;P&gt;Hi Amir&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reply. I need to do the two line charts for x and y.&lt;/P&gt;&lt;P&gt;First:&lt;/P&gt;&lt;P&gt;X&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Y&lt;/P&gt;&lt;P&gt;0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/P&gt;&lt;P&gt;0.25&amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;0.5&amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second: log(Y)&lt;/P&gt;&lt;P&gt;X&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Y&lt;/P&gt;&lt;P&gt;0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .&lt;/P&gt;&lt;P&gt;0.25&amp;nbsp; &amp;nbsp;.&lt;/P&gt;&lt;P&gt;0.5&amp;nbsp; &amp;nbsp; &amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no question for the first dataset. But, for the second one, I'm not sure how to present it in figure usually.&lt;BR /&gt;I need to show X and Y axis at least, or should I add a statement that the figure is not available?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 01:19:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Only-display-axis-X-and-Y-when-no-data-in-figure/m-p/524195#M142518</guid>
      <dc:creator>joycehyj1109</dc:creator>
      <dc:date>2019-01-03T01:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Only display axis (X and Y) when no data in figure</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Only-display-axis-X-and-Y-when-no-data-in-figure/m-p/524238#M142537</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would suggest that this is a question that you should ask your teacher / manager or whoever gave you the work because they set the requirements; what would they like to see if the coordinate values are missing and so cannot be plotted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is just some practice work you're doing then I would suggest displaying a clear message that the coordinates could not be used because they had missing values. Otherwise, if you just display an empty set of axes, then there could be some doubt about why there are no plot points on the graph. Using a message makes it clear&amp;nbsp;what has happened.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jan 2019 09:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Only-display-axis-X-and-Y-when-no-data-in-figure/m-p/524238#M142537</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2019-01-03T09:48:26Z</dc:date>
    </item>
  </channel>
</rss>

