<?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: Change the fontsize of title in sgplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/418088#M14396</link>
    <description>&lt;P&gt;Find below a code sample using a TITLE statement that changes the height as well as the color of the title.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title height=20pt color=red 'type in my title';
proc sgplot data=sashelp.cars;
  vbar type / group=origin;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Please provide some more information like:&lt;/P&gt;
&lt;P&gt;Are you running your code using SAS Enterprise Guide, SAS Studio or something else?&lt;/P&gt;
&lt;P&gt;Which ODS destination are you using?&lt;/P&gt;
&lt;P&gt;Is the title within the image or outside the image created by SGPLOT&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2017 08:48:28 GMT</pubDate>
    <dc:creator>BrunoMueller</dc:creator>
    <dc:date>2017-12-04T08:48:28Z</dc:date>
    <item>
      <title>Change the fontsize of title in sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/417971#M14387</link>
      <description>&lt;P&gt;How do I change the size of my title in sgplot. I haves used title height=12pt&amp;nbsp; "type in my title";&lt;/P&gt;&lt;P&gt;but it doesn't work&lt;/P&gt;&lt;P&gt;Any idea??&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 21:33:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/417971#M14387</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2017-12-02T21:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Change the fontsize of title in sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/417974#M14388</link>
      <description>&lt;P&gt;That is the correct syntax.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title height=20pt "Title";
proc sgplot data=sashelp.class;
  vbar age;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 02 Dec 2017 22:29:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/417974#M14388</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-12-02T22:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change the fontsize of title in sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/418000#M14389</link>
      <description>&lt;P&gt;Also check out &lt;A href="http://support.sas.com/kb/24/853.html" target="_self"&gt;Customizing Titles and Footnotes&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Dec 2017 10:11:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/418000#M14389</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-12-03T10:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change the fontsize of title in sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/418072#M14393</link>
      <description>&lt;P&gt;Thanks for your reply. This method doesnt seem to work.&lt;/P&gt;&lt;P&gt;Title height= 20pt 'type in my title';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 07:11:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/418072#M14393</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2017-12-04T07:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change the fontsize of title in sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/418088#M14396</link>
      <description>&lt;P&gt;Find below a code sample using a TITLE statement that changes the height as well as the color of the title.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title height=20pt color=red 'type in my title';
proc sgplot data=sashelp.cars;
  vbar type / group=origin;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Please provide some more information like:&lt;/P&gt;
&lt;P&gt;Are you running your code using SAS Enterprise Guide, SAS Studio or something else?&lt;/P&gt;
&lt;P&gt;Which ODS destination are you using?&lt;/P&gt;
&lt;P&gt;Is the title within the image or outside the image created by SGPLOT&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 08:48:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/418088#M14396</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2017-12-04T08:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Change the fontsize of title in sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/418105#M14397</link>
      <description>&lt;P&gt;Thanks for your reply, am using SAS 9.4 and the title is within a macro&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 10:12:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/418105#M14397</guid>
      <dc:creator>Anita_n</dc:creator>
      <dc:date>2017-12-04T10:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Change the fontsize of title in sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/418109#M14398</link>
      <description>&lt;P&gt;Just run the code sample provided without any macro around it, do you get the desired result?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe your macro is resetting the TITLE definition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also provide the answers to the three questions above.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 10:48:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/418109#M14398</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2017-12-04T10:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change the fontsize of title in sgplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/418220#M14400</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/168930"&gt;@Anita_n&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for your reply. This method doesnt seem to work.&lt;/P&gt;
&lt;P&gt;Title height= 20pt 'type in my title';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Doesn't work is awful vague.&lt;BR /&gt;&lt;BR /&gt;Are there errors in the log?: Post the code and log in a code box opened with the {i} to maintain formatting of error messages.&lt;BR /&gt;&lt;BR /&gt;No output? Post any log in a code box.&lt;BR /&gt;&lt;BR /&gt;Unexpected output? Provide input data in the form of a dataset, the actual results and the expected results. Data should be in the form of a data step. Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat&lt;/A&gt;... will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which ODS destination are you sending the result to? Please post the exact code you are using as other options on the ODS destination or ODS Graphics statement have impact the results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Post code in a code box opened with the forum {I} menu icon.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2017 16:56:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Change-the-fontsize-of-title-in-sgplot/m-p/418220#M14400</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-12-04T16:56:49Z</dc:date>
    </item>
  </channel>
</rss>

