<?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: SGPLOT XAXIS WEEK VALUES FROM START OF WEEK TO END OF WEEK in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-XAXIS-WEEK-VALUES-FROM-START-OF-WEEK-TO-END-OF-WEEK/m-p/789685#M22490</link>
    <description>of course. Just change format:&lt;BR /&gt;format date date9.;&lt;BR /&gt;----&amp;gt;&lt;BR /&gt;format date mmddyy8.;</description>
    <pubDate>Wed, 12 Jan 2022 12:31:43 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2022-01-12T12:31:43Z</dc:date>
    <item>
      <title>SGPLOT XAXIS WEEK VALUES FROM START OF WEEK TO END OF WEEK</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-XAXIS-WEEK-VALUES-FROM-START-OF-WEEK-TO-END-OF-WEEK/m-p/789400#M22486</link>
      <description>I am trying to figure out how to make my xaxis with the weekly intervals list the end of week (Saturday) rather than the start of the week (Sunday). Any help would be greatly appreciated. proc sgplot data=merged_gender (where=(&amp;amp;period)) dattrmap=attrmap; title1 "Opioid Encounters by Gender"; yaxis label="Number of Encounters"; series y=MovAv_OPIOID_ENCOUNTER x=admitdt1 / group=gender attrid=gender name="series1" lineattrs=(pattern=solid thickness=2); reg y=OPIOID_ENCOUNTER x=admitdt1 / group=gender nomarkers attrid=gender lineattrs=(pattern=dash thickness=2); xaxis label="Encounter Date" tickvalueformat=mmddyy8. interval=week offsetmin=0 offsetmax=0; symbol1 interpol=join width=10 ci=cxEC8B16 cv=cx546EF0; keylegend "series1" / title=''; run;</description>
      <pubDate>Tue, 11 Jan 2022 04:56:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-XAXIS-WEEK-VALUES-FROM-START-OF-WEEK-TO-END-OF-WEEK/m-p/789400#M22486</guid>
      <dc:creator>erikhendrickson</dc:creator>
      <dc:date>2022-01-11T04:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT XAXIS WEEK VALUES FROM START OF WEEK TO END OF WEEK</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-XAXIS-WEEK-VALUES-FROM-START-OF-WEEK-TO-END-OF-WEEK/m-p/789438#M22487</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
call streaminit(123);
do date='04jan2020'd to '01jun2020'd;
y=rand('uniform');output;
end;
format date date9.;
run;

proc sgplot data=have;
series x=date y=y;
xaxis type=linear  values=('04jan2020'd to '01jun2020'd by week) fitpolicy=rotate ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Jan 2022 11:41:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-XAXIS-WEEK-VALUES-FROM-START-OF-WEEK-TO-END-OF-WEEK/m-p/789438#M22487</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-01-11T11:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT XAXIS WEEK VALUES FROM START OF WEEK TO END OF WEEK</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-XAXIS-WEEK-VALUES-FROM-START-OF-WEEK-TO-END-OF-WEEK/m-p/789569#M22488</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to do the same process but with a date format mmddyy8. ?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 19:04:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-XAXIS-WEEK-VALUES-FROM-START-OF-WEEK-TO-END-OF-WEEK/m-p/789569#M22488</guid>
      <dc:creator>erikhendrickson</dc:creator>
      <dc:date>2022-01-11T19:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT XAXIS WEEK VALUES FROM START OF WEEK TO END OF WEEK</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-XAXIS-WEEK-VALUES-FROM-START-OF-WEEK-TO-END-OF-WEEK/m-p/789685#M22490</link>
      <description>of course. Just change format:&lt;BR /&gt;format date date9.;&lt;BR /&gt;----&amp;gt;&lt;BR /&gt;format date mmddyy8.;</description>
      <pubDate>Wed, 12 Jan 2022 12:31:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-XAXIS-WEEK-VALUES-FROM-START-OF-WEEK-TO-END-OF-WEEK/m-p/789685#M22490</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-01-12T12:31:43Z</dc:date>
    </item>
  </channel>
</rss>

