<?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 SCATTER Axis Range Order of Ranges in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/642963#M19797</link>
    <description>&lt;P&gt;I have changed the bTimeOut variable to a datetime. It correctly places the value, but now I hav 01Jan60 and 02Jan60 suffixes after the time value on the x axis. I have tried "format bTimeOut timeampm.;" but then it reverts to a time variable and increments above 24:00 28:00, 32:00 etc. Any more ideas?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Sat, 25 Apr 2020 23:05:27 GMT</pubDate>
    <dc:creator>SSTEAD</dc:creator>
    <dc:date>2020-04-25T23:05:27Z</dc:date>
    <item>
      <title>Sgplot SCATTER Axis Range Order of Ranges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/642813#M19791</link>
      <description>&lt;P&gt;I am trying to plot an end of work, that extends beyond a given time boundary. The typical day is 07:00 - 07:00 (wraps over midnight) So I would like to display the scatter 07:00-24:00, a break and then 00:00-06:59; The Date is on the Y axis and the end&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshot_69.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38689iF2E5CCCFD116AAD7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="screenshot_69.png" alt="screenshot_69.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Time is on the X axis. Ranges works, but reorders the ranges, so it displays 0:00-24:00, rather than 07:00-24:00 a break and then 00:00-6:59.&lt;/P&gt;&lt;P&gt;How can I force the order of the ranges?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=xxxx;&lt;BR /&gt;STYLEATTRS datacontrastcolors =(pink red) datasymbols=(circlefilled);&lt;BR /&gt;SCATTER X=bTimeOut Y=bDateIn /group=bCaseType&lt;BR /&gt;;&lt;BR /&gt;yaxis display=(nolabel) REVERSE&amp;nbsp;values=('Jan2019' 'Feb2019' 'Mar2019' 'Apr2019' 'May2019' 'Jun2019'&lt;BR /&gt;'Jul2019' 'Aug2019' 'Sep2019' 'Oct2019' 'Nov2019' 'Dec2019');&lt;BR /&gt;xaxis label='Last Case Ending (hr)' ranges=('07:00't - '24:00't '00:00't - '06:59't);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2020 22:47:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/642813#M19791</guid>
      <dc:creator>SSTEAD</dc:creator>
      <dc:date>2020-04-24T22:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot SCATTER Axis Range Order of Ranges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/642848#M19794</link>
      <description>&lt;P&gt;Could you please try the below range&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ranges=('00:00't - '06:59't '07:00't - '24:00't)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 25 Apr 2020 09:29:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/642848#M19794</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2020-04-25T09:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot SCATTER Axis Range Order of Ranges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/642924#M19796</link>
      <description>&lt;P&gt;&lt;STRONG&gt;No change.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2020 18:22:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/642924#M19796</guid>
      <dc:creator>SSTEAD</dc:creator>
      <dc:date>2020-04-25T18:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot SCATTER Axis Range Order of Ranges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/642963#M19797</link>
      <description>&lt;P&gt;I have changed the bTimeOut variable to a datetime. It correctly places the value, but now I hav 01Jan60 and 02Jan60 suffixes after the time value on the x axis. I have tried "format bTimeOut timeampm.;" but then it reverts to a time variable and increments above 24:00 28:00, 32:00 etc. Any more ideas?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Apr 2020 23:05:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/642963#M19797</guid>
      <dc:creator>SSTEAD</dc:creator>
      <dc:date>2020-04-25T23:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot SCATTER Axis Range Order of Ranges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/642994#M19798</link>
      <description>Could you please convert the bTimeOut to timepart i.e., derive a new variable from bTimeOut like below and use the new variables for x axis &lt;BR /&gt;&lt;BR /&gt;bTimeOutnew=timepart(bTimeOut);</description>
      <pubDate>Sun, 26 Apr 2020 06:27:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/642994#M19798</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2020-04-26T06:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot SCATTER Axis Range Order of Ranges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/643116#M19799</link>
      <description>&lt;P&gt;Jagadishkatam, Thank you for your replies.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is where I am today. The closest I can get is with the following:&lt;/P&gt;&lt;DIV&gt;proc sgplot data=lastchance NOAUTOLEGEND;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;STYLEATTRS datacontrastcolors =(pink red) datasymbols=(circlefilled);&lt;/DIV&gt;&lt;DIV&gt;SCATTER X=NewTimeDateData Y=Call_Date /group=bCaseType&amp;nbsp;;&lt;/DIV&gt;&lt;DIV&gt;yaxis display=(nolabel)REVERSE&lt;/DIV&gt;&lt;DIV&gt;values=('Jan2019' 'Feb2019' 'Mar2019' 'Apr2019' 'May2019' 'Jun2019'&lt;/DIV&gt;&lt;DIV&gt;'Jul2019' 'Aug2019' 'Sep2019' 'Oct2019' 'Nov2019' 'Dec2019');&lt;/DIV&gt;&lt;DIV&gt;xaxis label='Last Case Ending (hr)' &amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;/* ranges=('07:00't - '24:00't '24:00't-'48:00't) */&lt;/DIV&gt;&lt;DIV&gt;;&lt;/DIV&gt;&lt;DIV&gt;Title "Ending Time of Last Case of Day" ;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshot_71.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38773i93A3A955E46CD000/image-size/medium?v=v2&amp;amp;px=400" role="button" title="screenshot_71.png" alt="screenshot_71.png" /&gt;&lt;/span&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;It does plot it correctly, but I since I "normalized" the datetime value to cover each day with a possible day+1 overlap, I get the dates printed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I add the following format to NewTimeDateData :&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;format&lt;/SPAN&gt; NewTimeDateData &lt;SPAN&gt;timeampm8.&lt;/SPAN&gt; ;&lt;/P&gt;&lt;P&gt;I get the following message:&lt;/P&gt;&lt;P&gt;NOTE: The column format TIMEAMPM8 is replaced by an auto-generated format on the axis.&lt;/P&gt;&lt;P&gt;and the output displays this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshot_74.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38775i8FCCCAF02FBB6123/image-size/medium?v=v2&amp;amp;px=400" role="button" title="screenshot_74.png" alt="screenshot_74.png" /&gt;&lt;/span&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I create bTimeOut to timepart:&lt;/P&gt;&lt;P&gt;&amp;nbsp;It combines the day0 values and day1 values. Not what I wanted&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshot_73.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38774iA208CFD5826D00AD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="screenshot_73.png" alt="screenshot_73.png" /&gt;&lt;/span&gt;&lt;P&gt; &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 26 Apr 2020 19:57:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/643116#M19799</guid>
      <dc:creator>SSTEAD</dc:creator>
      <dc:date>2020-04-26T19:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot SCATTER Axis Range Order of Ranges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/643198#M19800</link>
      <description>Is it possible to post the dataset screenshot, I wanted to check instead of the format, we need to derive the separate time variable and use that as x axis. I am not sure if you are doing it.</description>
      <pubDate>Mon, 27 Apr 2020 05:38:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/643198#M19800</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2020-04-27T05:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot SCATTER Axis Range Order of Ranges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/643263#M19801</link>
      <description>&lt;P&gt;Try using your normalized data time values, but get rid of the VALUES option and add the NOTIMESPLIT option, and the VALUESFORMAT option with a time format. Let me know if that works for you.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 12:20:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/643263#M19801</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2020-04-27T12:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot SCATTER Axis Range Order of Ranges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/643348#M19802</link>
      <description>&lt;P&gt;Here is the Code, Dataset Screenshot and resulting Plot. As you can see, it is incorrect. I wanted the times 0:00-6:00 to follow 24:00. They neve will with this method.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;STRONG&gt;sgplot&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;DATA&lt;/SPAN&gt;=lastchance ;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;format&lt;/SPAN&gt; bTimeOutnew &lt;SPAN&gt;time.&lt;/SPAN&gt; ;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SCATTER&lt;/SPAN&gt; &lt;SPAN&gt;X&lt;/SPAN&gt;=bTimeOutnew &lt;SPAN&gt;Y&lt;/SPAN&gt;=Call_Date /&lt;SPAN&gt;group&lt;/SPAN&gt;=bCaseType &lt;SPAN&gt;attrid&lt;/SPAN&gt;=CaseType &lt;SPAN&gt;markerattrs&lt;/SPAN&gt;=(symbol=circlefilled &lt;SPAN&gt;size&lt;/SPAN&gt; =&lt;SPAN&gt;&lt;STRONG&gt;11&lt;/STRONG&gt;&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;yaxisdisplay&lt;SPAN&gt;=(nolabel)&lt;/SPAN&gt;REVERSE&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;values&lt;/SPAN&gt;&lt;SPAN&gt;=(&lt;/SPAN&gt;'Jan2019' 'Feb2019' 'Mar2019' 'Apr2019' 'May2019' 'Jun2019'&lt;/P&gt;&lt;P&gt;'Jul2019''Aug2019''Sep2019''Oct2019''Nov2019''Dec2019'&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;xaxis&lt;/SPAN&gt; &lt;SPAN&gt;label&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;'Last Case Ending (hr)'&lt;SPAN&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Title&lt;/SPAN&gt; "Call Cases Using TIME FORMATTED Value"&lt;SPAN&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SGPlot2.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38797i2A3D1547AC1093A3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SGPlot2.png" alt="SGPlot2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="screenshot_75.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38798iB65A833CD83A6450/image-size/medium?v=v2&amp;amp;px=400" role="button" title="screenshot_75.png" alt="screenshot_75.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 16:38:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/643348#M19802</guid>
      <dc:creator>SSTEAD</dc:creator>
      <dc:date>2020-04-27T16:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot SCATTER Axis Range Order of Ranges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/643352#M19803</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;Thank you very much!!! This worked! Here is the code I used and the resulting output:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;&lt;STRONG&gt;sgplot&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN&gt;DATA&lt;/SPAN&gt;=lastchance ;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;format&lt;/SPAN&gt; NewTimeDateData OBStartTDdata &lt;SPAN&gt;timeampm8.&lt;/SPAN&gt; ;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SCATTER&lt;/SPAN&gt; &lt;SPAN&gt;X&lt;/SPAN&gt;=NewTimeDateData &lt;SPAN&gt;Y&lt;/SPAN&gt;=Call_Date /&lt;SPAN&gt;group&lt;/SPAN&gt;=bCaseType &lt;SPAN&gt;attrid&lt;/SPAN&gt;=CaseType &lt;SPAN&gt;markerattrs&lt;/SPAN&gt;=(symbol=circlefilled &lt;SPAN&gt;size&lt;/SPAN&gt; =&lt;SPAN&gt;&lt;STRONG&gt;11&lt;/STRONG&gt;&lt;/SPAN&gt;);&lt;/P&gt;&lt;P&gt;yaxisdisplay&lt;SPAN&gt;=(nolabel)&lt;/SPAN&gt;REVERSE&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;values&lt;/SPAN&gt;&lt;SPAN&gt;=(&lt;/SPAN&gt;'Jan2019' 'Feb2019' 'Mar2019' 'Apr2019' 'May2019' 'Jun2019'&lt;/P&gt;&lt;P&gt;'Jul2019''Aug2019''Sep2019''Oct2019''Nov2019''Dec2019'&lt;SPAN&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;xaxis&lt;/SPAN&gt; &lt;SPAN&gt;label&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;'Last Case Ending (hr)' &lt;SPAN&gt;VALUESFORMAT&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;TIMEAMPM8.&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Title&lt;/SPAN&gt; "CALL CASES Using DateTime Value, Normalized to same day"&lt;SPAN&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&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="SGPlot4.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/38799i7502A7F7DA909D40/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SGPlot4.png" alt="SGPlot4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 16:44:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/643352#M19803</guid>
      <dc:creator>SSTEAD</dc:creator>
      <dc:date>2020-04-27T16:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot SCATTER Axis Range Order of Ranges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/643355#M19804</link>
      <description>&lt;P&gt;Try the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=lastchance NOAUTOLEGEND; 
STYLEATTRS datacontrastcolors =(pink red) datasymbols=(circlefilled);
SCATTER X=NewTimeDateData Y=Call_Date /group=bCaseType ;
yaxis display=(nolabel)REVERSE
values=('Jan2019' 'Feb2019' 'Mar2019' 'Apr2019' 'May2019' 'Jun2019'
'Jul2019' 'Aug2019' 'Sep2019' 'Oct2019' 'Nov2019' 'Dec2019');
xaxis label='Last Case Ending (hr)' notimesplit value=time.;
Title "Ending Time of Last Case of Day" ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Apr 2020 16:51:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/643355#M19804</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2020-04-27T16:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sgplot SCATTER Axis Range Order of Ranges</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/643393#M19805</link>
      <description>That works fine, too. It is probably cleaner the way you just suggested, than declaring the format in a format statement as I did. I get tme same output, which is wanted I was looking for. Thank you.</description>
      <pubDate>Mon, 27 Apr 2020 18:49:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Sgplot-SCATTER-Axis-Range-Order-of-Ranges/m-p/643393#M19805</guid>
      <dc:creator>SSTEAD</dc:creator>
      <dc:date>2020-04-27T18:49:10Z</dc:date>
    </item>
  </channel>
</rss>

