<?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 change the unit margins on xaxis (lengthen margin or smaller font)? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217884#M8133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is just one suggestion to show you what is possible. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2015 13:28:24 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2015-04-15T13:28:24Z</dc:date>
    <item>
      <title>How to change the unit margins on xaxis (lengthen margin or smaller font)?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217875#M8124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used a sgplot in &lt;SPAN style="font-size: 13.3333330154419px;"&gt;SAS 9.3 EG&lt;/SPAN&gt; to plot the relationship between two types of account balances. The x-axis shows dates in character format, such as YYYYMM, from 2007 to 2013. Please see the image below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Balance_axis.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9959_Balance_axis.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;The dates on the x-axis is very messy looking, so I was hoping to do either one of the following to clean this up.&lt;/P&gt;&lt;P&gt;1. Provide x-axis in greater margins, maybe only show a few period dates.&lt;/P&gt;&lt;P&gt;2. Print smaller fonts, hopefully these dates will fit onto the axis.&lt;/P&gt;&lt;P&gt;The code I have is attached as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=Exposure_Amt uniform=scale;&lt;/P&gt;&lt;P&gt;&amp;nbsp; series x=PROC_YYMM_DT y=LMA_Balance / markers markerattrs= (symbol=trianglefilled);&lt;/P&gt;&lt;P&gt;&amp;nbsp; series x=PROC_YYMM_DT y=MLIB_Balance / markers markerattrs= (symbol=starfilled);&lt;/P&gt;&lt;P&gt;&amp;nbsp; xaxis label = 'Cohort Date' values=(200701 to 201312 by 10000);&lt;/P&gt;&lt;P&gt;&amp;nbsp; yaxis label = 'Exposure in ($) Billions';&lt;/P&gt;&lt;P&gt;&amp;nbsp; title 'Total Outstanding Balance';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Exposure_Amt was imported from an Excel worksheet in this format:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 271px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="35" width="71"&gt;PROC_YYMM_DT&lt;/TD&gt;&lt;TD class="xl66" style="border-left: none;" width="104"&gt;LMA_Balance&lt;/TD&gt;&lt;TD class="xl67" width="96"&gt;MLIB_Balance&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200701&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none;"&gt;8.47&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: none;"&gt;5.66&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200702&lt;/TD&gt;&lt;TD class="xl65"&gt;8.40&lt;/TD&gt;&lt;TD class="xl65"&gt;5.96&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200703&lt;/TD&gt;&lt;TD class="xl65"&gt;8.49&lt;/TD&gt;&lt;TD class="xl65"&gt;5.96&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200704&lt;/TD&gt;&lt;TD class="xl65"&gt;8.68&lt;/TD&gt;&lt;TD class="xl65"&gt;6.05&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200705&lt;/TD&gt;&lt;TD class="xl65"&gt;8.66&lt;/TD&gt;&lt;TD class="xl65"&gt;6.05&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200706&lt;/TD&gt;&lt;TD class="xl65"&gt;8.67&lt;/TD&gt;&lt;TD class="xl65"&gt;6.24&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200707&lt;/TD&gt;&lt;TD class="xl65"&gt;8.71&lt;/TD&gt;&lt;TD class="xl65"&gt;6.15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200708&lt;/TD&gt;&lt;TD class="xl65"&gt;8.85&lt;/TD&gt;&lt;TD class="xl65"&gt;6.27&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200709&lt;/TD&gt;&lt;TD class="xl65"&gt;8.95&lt;/TD&gt;&lt;TD class="xl65"&gt;6.29&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200710&lt;/TD&gt;&lt;TD class="xl65"&gt;9.11&lt;/TD&gt;&lt;TD class="xl65"&gt;6.34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200711&lt;/TD&gt;&lt;TD class="xl65"&gt;9.33&lt;/TD&gt;&lt;TD class="xl65"&gt;6.28&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200712&lt;/TD&gt;&lt;TD class="xl65"&gt;9.41&lt;/TD&gt;&lt;TD class="xl65"&gt;6.34&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200801&lt;/TD&gt;&lt;TD class="xl65"&gt;9.17&lt;/TD&gt;&lt;TD class="xl65"&gt;6.27&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200802&lt;/TD&gt;&lt;TD class="xl65"&gt;9.30&lt;/TD&gt;&lt;TD class="xl65"&gt;6.38&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200803&lt;/TD&gt;&lt;TD class="xl65"&gt;9.58&lt;/TD&gt;&lt;TD class="xl65"&gt;6.46&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200804&lt;/TD&gt;&lt;TD class="xl65"&gt;10.02&lt;/TD&gt;&lt;TD class="xl65"&gt;6.57&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200805&lt;/TD&gt;&lt;TD class="xl65"&gt;10.25&lt;/TD&gt;&lt;TD class="xl65"&gt;6.72&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200806&lt;/TD&gt;&lt;TD class="xl65"&gt;10.19&lt;/TD&gt;&lt;TD class="xl65"&gt;7.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200807&lt;/TD&gt;&lt;TD class="xl65"&gt;10.04&lt;/TD&gt;&lt;TD class="xl65"&gt;6.90&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200808&lt;/TD&gt;&lt;TD class="xl65"&gt;10.12&lt;/TD&gt;&lt;TD class="xl65"&gt;6.66&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200809&lt;/TD&gt;&lt;TD class="xl65"&gt;10.16&lt;/TD&gt;&lt;TD class="xl65"&gt;6.36&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200810&lt;/TD&gt;&lt;TD class="xl65"&gt;8.72&lt;/TD&gt;&lt;TD class="xl65"&gt;5.19&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200811&lt;/TD&gt;&lt;TD class="xl65"&gt;8.39&lt;/TD&gt;&lt;TD class="xl65"&gt;4.84&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="18" width="71"&gt;200812&lt;/TD&gt;&lt;TD class="xl65"&gt;8.31&lt;/TD&gt;&lt;TD class="xl65"&gt;4.75&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read online you could use the &lt;SPAN style="font-size: 13.3333330154419px;"&gt;values=( by ) statement under xaxis, but only for numerical values. Any input on this will be greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 21:52:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217875#M8124</guid>
      <dc:creator>Bankshot</dc:creator>
      <dc:date>2015-04-08T21:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the unit margins on xaxis (lengthen margin or smaller font)?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217876#M8125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I might try something like:&lt;/P&gt;&lt;P&gt;xaxis label = 'Cohort Date' values=(200701 to 201401 by 100);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are getting to many as the current version the upper bound is not greater than the increment of 10000 added to the base value of 200701.&lt;/P&gt;&lt;P&gt;xaxis label = 'Cohort Date' values=(200701 to 201312 by 10000);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 21:57:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217876#M8125</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-04-08T21:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the unit margins on xaxis (lengthen margin or smaller font)?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217877#M8126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, it didn't work... &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;I thought about converting the whole x-axis to numerical value, but then the gap between 200712 and 200801 would be much bigger than the gap between 200709 and 200712.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 22:09:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217877#M8126</guid>
      <dc:creator>Bankshot</dc:creator>
      <dc:date>2015-04-08T22:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the unit margins on xaxis (lengthen margin or smaller font)?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217878#M8127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Personally, I would use a Date format on the column mapped to the x-axis with real SAS date values.&amp;nbsp; You will then get a nice "Time" axis that will only show the necessary tick values.&amp;nbsp; If you must have a character axis, you can set the Fit policy on the X axis to "THIN".&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please always include the SAS release number.&amp;nbsp; SAS 9.4 allows you to break the axis.&amp;nbsp; Or, you can separate the 2007 and 2008 values using a class variable into two side by side cells using SGPANEL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 23:40:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217878#M8127</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-04-08T23:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the unit margins on xaxis (lengthen margin or smaller font)?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217879#M8128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the variable isn't numeric the whole "from to by" structure doesn't really work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 14:46:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217879#M8128</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-04-09T14:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the unit margins on xaxis (lengthen margin or smaller font)?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217880#M8129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assumed the data on x axis was character since there are so many rotated tick values&amp;nbsp; By default, SGPLOT will not display so many rotated tick values for numeric data.&amp;nbsp; You will get only a few "nice" values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 17:45:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217880#M8129</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-04-09T17:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the unit margins on xaxis (lengthen margin or smaller font)?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217881#M8130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sanjay. I'm using SAS 9.3 and seems like sgpanel is only for 9.4. And we won't have that until late May i think.&lt;/P&gt;&lt;P&gt;So, in this scenerio i have, what other options do I have? Could I simply reduce the size of the font instead to make this work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2015 21:52:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217881#M8130</guid>
      <dc:creator>Bankshot</dc:creator>
      <dc:date>2015-04-10T21:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the unit margins on xaxis (lengthen margin or smaller font)?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217882#M8131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SGPANEL is available in SAS 9.3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure what you want, but one way is what I have shown below.&amp;nbsp; I made your date character, extracted year and month, and used SGPANEL to make this graph using SAS 9.3.&amp;nbsp; This cleans up the axis.&amp;nbsp; You can format the axis values 1-12 to Jan, Feb, etc. if you want.&amp;nbsp; You can also make your date as numeric with a date format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can place the cells side by side (as below), or stacked.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Exposure.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/10012_Exposure.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data exposure;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input date $ LMA_Balance MLIB_Balance;&lt;/P&gt;&lt;P&gt;&amp;nbsp; year=substr(date, 1, 4);&lt;/P&gt;&lt;P&gt;&amp;nbsp; month=substr(date, 5, 2);&lt;/P&gt;&lt;P&gt;&amp;nbsp; datalines;&lt;/P&gt;&lt;P&gt;200701 8.47 5.66&lt;/P&gt;&lt;P&gt;200702 8.40 5.96&lt;/P&gt;&lt;P&gt;200703 8.49 5.96&lt;/P&gt;&lt;P&gt;200704 8.68 6.05&lt;/P&gt;&lt;P&gt;200705 8.66 6.05&lt;/P&gt;&lt;P&gt;200706 8.67 6.24&lt;/P&gt;&lt;P&gt;200707 8.71 6.15&lt;/P&gt;&lt;P&gt;200708 8.85 6.27&lt;/P&gt;&lt;P&gt;200709 8.95 6.29&lt;/P&gt;&lt;P&gt;200710 9.11 6.34&lt;/P&gt;&lt;P&gt;200711 9.33 6.28&lt;/P&gt;&lt;P&gt;200712 9.41 6.34&lt;/P&gt;&lt;P&gt;200801 9.17 6.27&lt;/P&gt;&lt;P&gt;200802 9.30 6.38&lt;/P&gt;&lt;P&gt;200803 9.58 6.46&lt;/P&gt;&lt;P&gt;200804 10.02 6.57&lt;/P&gt;&lt;P&gt;200805 10.25 6.72&lt;/P&gt;&lt;P&gt;200806 10.19 7.00&lt;/P&gt;&lt;P&gt;200807 10.04 6.90&lt;/P&gt;&lt;P&gt;200808 10.12 6.66&lt;/P&gt;&lt;P&gt;200809 10.16 6.36&lt;/P&gt;&lt;P&gt;200810 8.72 5.19&lt;/P&gt;&lt;P&gt;200811 8.39 4.84&lt;/P&gt;&lt;P&gt;200812 8.31 4.75&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;ods graphics / reset width=8in height=4in imagename='Exposure';&lt;/P&gt;&lt;P&gt;proc sgpanel data=exposure;&lt;/P&gt;&lt;P&gt;&amp;nbsp; panelby year / layout=panel columns=2 onepanel uniscale=row novarname;&lt;/P&gt;&lt;P&gt;&amp;nbsp; series x=month y=LMA_Balance / markers markerattrs= (symbol=trianglefilled);&lt;/P&gt;&lt;P&gt;&amp;nbsp; series x=month y=MLIB_Balance / markers markerattrs= (symbol=starfilled);&lt;/P&gt;&lt;P&gt;&amp;nbsp; colaxis label = 'Cohort Date' values=(200701 to 201312 by 10000);&lt;/P&gt;&lt;P&gt;&amp;nbsp; rowaxis label = 'Exposure in ($) Billions' values=(5 to 12 by 1) grid;&lt;/P&gt;&lt;P&gt;&amp;nbsp; title 'Total Outstanding Balance';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 00:47:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217882#M8131</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-04-11T00:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the unit margins on xaxis (lengthen margin or smaller font)?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217883#M8132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sanjay. This produces output a bit different from what I was expecting, but might work even better.&lt;/P&gt;&lt;P&gt;Again, thanks for your help on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 23:36:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217883#M8132</guid>
      <dc:creator>Bankshot</dc:creator>
      <dc:date>2015-04-14T23:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the unit margins on xaxis (lengthen margin or smaller font)?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217884#M8133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is just one suggestion to show you what is possible. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2015 13:28:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-the-unit-margins-on-xaxis-lengthen-margin-or/m-p/217884#M8133</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-04-15T13:28:24Z</dc:date>
    </item>
  </channel>
</rss>

