<?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 - Change Angle of Rotation for XAXIS Values in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/411051#M14094</link>
    <description>&lt;P&gt;Try playing with FITPOLICY= option and labelattrs=(size=&lt;EM&gt;n&lt;/EM&gt;)&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2017 04:21:49 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2017-11-07T04:21:49Z</dc:date>
    <item>
      <title>SGPLOT - Change Angle of Rotation for XAXIS Values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/410987#M14092</link>
      <description>&lt;P&gt;Using SGPLOT, is there a way to change to rotation angle to a specified angle?&amp;nbsp; It appears that the default is 45 degrees.&amp;nbsp; I'm using a VBARPARM and&amp;nbsp;a SERIES line on the chart.&amp;nbsp; I've looked into the documentation and maybe I'm just not seeing something.&amp;nbsp; I should think that should be easy?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 20:31:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/410987#M14092</guid>
      <dc:creator>bendsteel6</dc:creator>
      <dc:date>2017-11-06T20:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT - Change Angle of Rotation for XAXIS Values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/410989#M14093</link>
      <description>&lt;P&gt;XAXIS statement in SGPLOT provides rotation values of 0 degrees (horixontal), 90 degreees (vertical), and +/-45 degrees (diagonal or 'diagonal2').&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.2&amp;amp;docsetId=grstatproc&amp;amp;docsetTarget=p1d3djir0t86nxn1l10ig8b2jbnl.htm&amp;amp;locale=en" target="_self"&gt;The annotation facility allows arbitrary rotation of text&lt;/A&gt;, but might be more effort than you want to deal with.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 20:41:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/410989#M14093</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-11-06T20:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT - Change Angle of Rotation for XAXIS Values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/411051#M14094</link>
      <description>&lt;P&gt;Try playing with FITPOLICY= option and labelattrs=(size=&lt;EM&gt;n&lt;/EM&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 04:21:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/411051#M14094</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-11-07T04:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT - Change Angle of Rotation for XAXIS Values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/411167#M14096</link>
      <description>&lt;P&gt;Thanks for your response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason I'm wanting this is because my xaxis labels are quite long, and when they are angled 45 degrees, it makes the whole graph look like it's shifted to the left.&amp;nbsp; Yes, I could mess with the fitpolicy and the fonts size with LABELATTRS but that still doesn't accomplish what I'm looking for.&amp;nbsp; I thought there'd be a way to change the angle, but I guess not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate it!&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 13:15:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/411167#M14096</guid>
      <dc:creator>bendsteel6</dc:creator>
      <dc:date>2017-11-07T13:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT - Change Angle of Rotation for XAXIS Values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/411172#M14097</link>
      <description>&lt;P&gt;I assume you mean the x-axis tick values.&amp;nbsp; If your tick values are very long, it is often better to use a HBAR, or place the category variable on the y-axis, and response on the x-axis.&amp;nbsp; Please see last graph in this &lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2017/04/23/diagonal-tick-values/" target="_blank"&gt;article&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 13:24:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/411172#M14097</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-11-07T13:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT - Change Angle of Rotation for XAXIS Values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/411173#M14098</link>
      <description>&lt;P&gt;Hi, thanks.&amp;nbsp; That's certainly an idea.&amp;nbsp; (And yes, I did mean x tick mark values :))&amp;nbsp; My only drawback to that is that this a combination of a bar chart and a series plot.&amp;nbsp; Maybe I can work something out on that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the idea!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 13:27:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/411173#M14098</guid>
      <dc:creator>bendsteel6</dc:creator>
      <dc:date>2017-11-07T13:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT - Change Angle of Rotation for XAXIS Values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/411283#M14102</link>
      <description>&lt;P&gt;If you attach an image of your graph, better suggestions could be made.&amp;nbsp; These often depend on the number of categories, and other details.&amp;nbsp; Providing a working program with sample data is even better.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 18:05:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/411283#M14102</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-11-07T18:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT - Change Angle of Rotation for XAXIS Values</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/411345#M14105</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Unfortunately it has company sensitive data in it and changing this data for the graph would take longer than it may be worth.&amp;nbsp; I'll just go with it for now.&amp;nbsp; There have been some good suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 20:03:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-Change-Angle-of-Rotation-for-XAXIS-Values/m-p/411345#M14105</guid>
      <dc:creator>bendsteel6</dc:creator>
      <dc:date>2017-11-07T20:03:28Z</dc:date>
    </item>
  </channel>
</rss>

