<?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 proc gplot in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-gplot/m-p/892239#M352416</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a plot where BMI is the vaxis and Age_grp is the horinzontal axis.&lt;/P&gt;&lt;P&gt;I'm getting an error message in the log: Error: At least one PLOT or BUBBLE statement must be given.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can I do, please?&lt;/P&gt;&lt;P&gt;This is my program below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc gplot data=mclib.bmi;&lt;BR /&gt;plot bmi*age_gp&lt;BR /&gt;vaxis=axis2 haxis= axis1;&lt;BR /&gt;symbol1 v=dot cv=red w=0.1;&lt;BR /&gt;axis1 order=('Middle' 'Old' 'Young')&lt;BR /&gt;label=(font="arial" "Age group");&lt;BR /&gt;axis2 order=(15,20,25,30,35,40)&lt;BR /&gt;label=(font="arial" angle=90 "Body Mass Index");&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Sep 2023 10:15:19 GMT</pubDate>
    <dc:creator>PrinceAde</dc:creator>
    <dc:date>2023-09-01T10:15:19Z</dc:date>
    <item>
      <title>proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-gplot/m-p/892239#M352416</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a plot where BMI is the vaxis and Age_grp is the horinzontal axis.&lt;/P&gt;&lt;P&gt;I'm getting an error message in the log: Error: At least one PLOT or BUBBLE statement must be given.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can I do, please?&lt;/P&gt;&lt;P&gt;This is my program below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc gplot data=mclib.bmi;&lt;BR /&gt;plot bmi*age_gp&lt;BR /&gt;vaxis=axis2 haxis= axis1;&lt;BR /&gt;symbol1 v=dot cv=red w=0.1;&lt;BR /&gt;axis1 order=('Middle' 'Old' 'Young')&lt;BR /&gt;label=(font="arial" "Age group");&lt;BR /&gt;axis2 order=(15,20,25,30,35,40)&lt;BR /&gt;label=(font="arial" angle=90 "Body Mass Index");&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 10:15:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-gplot/m-p/892239#M352416</guid>
      <dc:creator>PrinceAde</dc:creator>
      <dc:date>2023-09-01T10:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-gplot/m-p/892240#M352417</link>
      <description>&lt;P&gt;Please examine your code very very carefully. You are missing a semi-colon in a key place.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/440493"&gt;@PrinceAde&lt;/a&gt; , from now on, please show us the &lt;STRONG&gt;ENTIRE&lt;/STRONG&gt; log for a given PROC if there is an error message. Do &lt;STRONG&gt;not&lt;/STRONG&gt; show us just the error messages. Please copy the log as text and click on the &amp;lt;/&amp;gt; icon and paste the log into the window that appears.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PaigeMiller_0-1663012019648.png" style="width: 859px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/75161i0E71B1489A6C9839/image-size/large?v=v2&amp;amp;px=999" role="button" title="PaigeMiller_0-1663012019648.png" alt="PaigeMiller_0-1663012019648.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 10:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-gplot/m-p/892240#M352417</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-09-01T10:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: proc gplot</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-gplot/m-p/892327#M352436</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/440493"&gt;@PrinceAde&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to create a plot where BMI is the vaxis and&lt;FONT size="5" color="#0000FF"&gt;&lt;STRONG&gt; Age_grp&lt;/STRONG&gt; &lt;/FONT&gt;is the horinzontal axis.&lt;/P&gt;
&lt;P&gt;I'm getting an error message in the log: Error: At least one PLOT or BUBBLE statement must be given.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What can I do, please?&lt;/P&gt;
&lt;P&gt;This is my program below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc gplot data=mclib.bmi;&lt;BR /&gt;plot bmi*&lt;FONT size="5" color="#FF0000"&gt;&lt;STRONG&gt;age_gp&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;vaxis=axis2 haxis= axis1;&lt;BR /&gt;symbol1 v=dot cv=red w=0.1;&lt;BR /&gt;axis1 order=('Middle' 'Old' 'Young')&lt;BR /&gt;label=(font="arial" "Age group");&lt;BR /&gt;axis2 order=(15,20,25,30,35,40)&lt;BR /&gt;label=(font="arial" angle=90 "Body Mass Index");&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;My guess. Look at the highlighted text above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I think this is not the first time it has been recommended to provide the LOG and all the notes, messages and warnings.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 15:15:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-gplot/m-p/892327#M352436</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-09-01T15:15:17Z</dc:date>
    </item>
  </channel>
</rss>

