<?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 specify the number of decimals in proc gplot bubbles statement in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-to-specify-the-number-of-decimals-in-proc-gplot-bubbles/m-p/578115#M75553</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;formatt moyenne numx4.;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;This applies a format that has no decimal places.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The number after the decimal indicates the number of decimals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;formatt moyenne numx8.1;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Is formatT (extra T) spelled correctly ? Not sure because t seems like you may be using another language here.&lt;/P&gt;
&lt;P&gt;Check your log, you likely have a warning or error in there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jul 2019 15:20:35 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-07-31T15:20:35Z</dc:date>
    <item>
      <title>how to specify the number of decimals in proc gplot bubbles statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-specify-the-number-of-decimals-in-proc-gplot-bubbles/m-p/578036#M75551</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i am using the proc gplot to plot the mean of (length of stay) by age of the patient,while specifying the bubble size as the nmber of patients.&lt;/P&gt;&lt;P&gt;with the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc gplot data=data;&lt;/P&gt;&lt;P&gt;bubble moyenne*age=nbpatients;&lt;/P&gt;&lt;P&gt;formatt moyenne numx4.;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;I had a graph that used the whole data with its decimals and now that i want to repoduce the same graph&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am surprised that it only uses the natural part of the number without its decimals,&lt;/P&gt;&lt;P&gt;but i don't know where is the problem.&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="this is the graph i want to reproduce" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31437i1406E96970A17BB0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="this is the graph i want to reproduce" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;this is the graph i want to reproduce&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="this is the graph i get" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31438iB04099ADCC2DB53F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.PNG" alt="this is the graph i get" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;this is the graph i get&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="this is how my data looks looks like" style="width: 229px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/31439i3D7427D929AB6D58/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture3.PNG" alt="this is how my data looks looks like" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;this is how my data looks looks like&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 12:40:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-specify-the-number-of-decimals-in-proc-gplot-bubbles/m-p/578036#M75551</guid>
      <dc:creator>Amal1</dc:creator>
      <dc:date>2019-07-31T12:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to specify the number of decimals in proc gplot bubbles statement</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-specify-the-number-of-decimals-in-proc-gplot-bubbles/m-p/578115#M75553</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;formatt moyenne numx4.;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;This applies a format that has no decimal places.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The number after the decimal indicates the number of decimals.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;formatt moyenne numx8.1;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Is formatT (extra T) spelled correctly ? Not sure because t seems like you may be using another language here.&lt;/P&gt;
&lt;P&gt;Check your log, you likely have a warning or error in there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 15:20:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-specify-the-number-of-decimals-in-proc-gplot-bubbles/m-p/578115#M75553</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-31T15:20:35Z</dc:date>
    </item>
  </channel>
</rss>

