<?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: GPLOT Plotting only vaues in the dataset in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-Plotting-only-vaues-in-the-dataset/m-p/244462#M8859</link>
    <description>&lt;P&gt;That is the default spacing. &amp;nbsp;You haven't provied any options, so it uses the default. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#goptionschap.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#goptionschap.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can change a lot of the options with the above. &amp;nbsp;I would suggest though that you move to sgplot or Graph Template Language. &amp;nbsp;Its far more robust and flexible, here you can find many examples:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2016 15:52:30 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-01-19T15:52:30Z</dc:date>
    <item>
      <title>GPLOT Plotting only vaues in the dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-Plotting-only-vaues-in-the-dataset/m-p/244458#M8858</link>
      <description>&lt;P&gt;I have 3 numbers representing volume captured on these dates :&lt;/P&gt;&lt;P&gt;volume: 7703, 7759, 7814&lt;/P&gt;&lt;P&gt;rundate &amp;nbsp;: 1115, 1215, 0116&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Volume is the Xaxis and Date is the Yaxis.&lt;/P&gt;&lt;P&gt;I have the following GPLOT statements:&lt;/P&gt;&lt;P&gt;goptions reset=symbol;&lt;BR /&gt;SYMBOL1 CV=BLUE VALUE=DOT H=1&lt;BR /&gt;I=JOIN CI=RED LINE=1 W=1;&lt;BR /&gt;*Write the plot;&lt;BR /&gt;proc gplot data= WORK.QC_TREND_WORKING;&lt;BR /&gt;plot volume * rundate ;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;When I run this I get the attached graph.&lt;/P&gt;&lt;P&gt;How do I get the dates/plots from spacing so far apart ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Cappertan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12207i824BA519B069D399/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="cappertan_Gplot_graph_example.jpg" title="cappertan_Gplot_graph_example.jpg" /&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:40:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GPLOT-Plotting-only-vaues-in-the-dataset/m-p/244458#M8858</guid>
      <dc:creator>cappertan</dc:creator>
      <dc:date>2016-01-19T15:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: GPLOT Plotting only vaues in the dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-Plotting-only-vaues-in-the-dataset/m-p/244462#M8859</link>
      <description>&lt;P&gt;That is the default spacing. &amp;nbsp;You haven't provied any options, so it uses the default. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#goptionschap.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/63022/HTML/default/viewer.htm#goptionschap.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can change a lot of the options with the above. &amp;nbsp;I would suggest though that you move to sgplot or Graph Template Language. &amp;nbsp;Its far more robust and flexible, here you can find many examples:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:52:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GPLOT-Plotting-only-vaues-in-the-dataset/m-p/244462#M8859</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-01-19T15:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: GPLOT Plotting only vaues in the dataset</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-Plotting-only-vaues-in-the-dataset/m-p/244464#M8860</link>
      <description>&lt;P&gt;If the issue is spacing between your 'dates', it might help to actually use date values and date formats.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;GPLOT will fill the amount of space set to create&amp;nbsp; graphs. If your data is sparse and you do not want the graph to be so wide then use goptons to either change the HSIZE or HPIXELS values. Or specify a LENGTH for your Xaxis using an AXIS statement and associating the HAXIS gplot option with that defined axis.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 15:58:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GPLOT-Plotting-only-vaues-in-the-dataset/m-p/244464#M8860</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-01-19T15:58:32Z</dc:date>
    </item>
  </channel>
</rss>

