<?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 ODS HTML and PROC UNIVARIATE Histogram not showing correct title in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-and-PROC-UNIVARIATE-Histogram-not-showing-correct-title/m-p/88554#M3263</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have this piece of code:&lt;/P&gt;&lt;P&gt;/*************************************************************************************************************************************************/&lt;/P&gt;&lt;P&gt;goptions reset=all display dev=gif gsfname=outgraph gsfmode=replace htext=8pt htitle=12pt&amp;nbsp; ftext="Calibri";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing;&lt;BR /&gt;ods html style=barrettsblue body="&amp;amp;fileh..html" path="&amp;amp;filebase.&amp;amp;version.\&amp;amp;area.\html_out\mean_trends\weekly\normality\" (url=none);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS EXCLUDE testsfornormality CIBASIC BASICMEASURES TESTSFORLOCATION EXTREMEOBS MODES MOMENTS QUANTILES ParameterEstimates GoodnessOfFit FitQuantiles&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title "Normality Test - &amp;amp;tname2" font="Calibri";&lt;BR /&gt;footnote "If the ""Normal Test P-Value"" is &amp;lt; .05 then we can conlcude the distriubtion is NOT Normal, if it is &amp;gt;=.05 then it is NORMAL.";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on / imagemap=yes height=5in width=8in imagename="&amp;amp;fileh" reset=index;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC UNIVARIATE DATA = WORK.graph normal noprint;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VAR MEASUREMENT;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HISTOGRAM MEASUREMENT / NORMAL (W=1 L=1 COLOR=red&amp;nbsp; MU=EST SIGMA=EST) CFRAME=white CAXES=BLACK WAXIS=1&amp;nbsp; CBARLINE=BLACK CFILL=BLUE PFILL=SOLID NMIDPOINTS=20;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inset N Mean Std normaltest probn /cframe=blue cfill=white position=ne ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html close;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;/********************************************************************************************************************************************************/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to get the title I defined inside the histogram graph that PROC UNIVARIATE produces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the output I get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11714i85AB1493FEC16519/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="output.png" title="output.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jul 2013 21:30:22 GMT</pubDate>
    <dc:creator>CPAZ</dc:creator>
    <dc:date>2013-07-24T21:30:22Z</dc:date>
    <item>
      <title>ODS HTML and PROC UNIVARIATE Histogram not showing correct title</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-and-PROC-UNIVARIATE-Histogram-not-showing-correct-title/m-p/88554#M3263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have this piece of code:&lt;/P&gt;&lt;P&gt;/*************************************************************************************************************************************************/&lt;/P&gt;&lt;P&gt;goptions reset=all display dev=gif gsfname=outgraph gsfmode=replace htext=8pt htitle=12pt&amp;nbsp; ftext="Calibri";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing;&lt;BR /&gt;ods html style=barrettsblue body="&amp;amp;fileh..html" path="&amp;amp;filebase.&amp;amp;version.\&amp;amp;area.\html_out\mean_trends\weekly\normality\" (url=none);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS EXCLUDE testsfornormality CIBASIC BASICMEASURES TESTSFORLOCATION EXTREMEOBS MODES MOMENTS QUANTILES ParameterEstimates GoodnessOfFit FitQuantiles&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title "Normality Test - &amp;amp;tname2" font="Calibri";&lt;BR /&gt;footnote "If the ""Normal Test P-Value"" is &amp;lt; .05 then we can conlcude the distriubtion is NOT Normal, if it is &amp;gt;=.05 then it is NORMAL.";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on / imagemap=yes height=5in width=8in imagename="&amp;amp;fileh" reset=index;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC UNIVARIATE DATA = WORK.graph normal noprint;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; VAR MEASUREMENT;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HISTOGRAM MEASUREMENT / NORMAL (W=1 L=1 COLOR=red&amp;nbsp; MU=EST SIGMA=EST) CFRAME=white CAXES=BLACK WAXIS=1&amp;nbsp; CBARLINE=BLACK CFILL=BLUE PFILL=SOLID NMIDPOINTS=20;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; inset N Mean Std normaltest probn /cframe=blue cfill=white position=ne ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods html close;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;/********************************************************************************************************************************************************/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to get the title I defined inside the histogram graph that PROC UNIVARIATE produces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the output I get.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11714i85AB1493FEC16519/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="output.png" title="output.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 21:30:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-and-PROC-UNIVARIATE-Histogram-not-showing-correct-title/m-p/88554#M3263</guid>
      <dc:creator>CPAZ</dc:creator>
      <dc:date>2013-07-24T21:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML and PROC UNIVARIATE Histogram not showing correct title</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-and-PROC-UNIVARIATE-Histogram-not-showing-correct-title/m-p/88555#M3264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you'll need to modify the template for the univariate procedure. If you google, you can find instructions on how to do that. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 21:33:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-and-PROC-UNIVARIATE-Histogram-not-showing-correct-title/m-p/88555#M3264</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-07-24T21:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML and PROC UNIVARIATE Histogram not showing correct title</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-and-PROC-UNIVARIATE-Histogram-not-showing-correct-title/m-p/88556#M3265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you only need to change the title occasionally, you could use the SG editor. See &lt;A href="http://blogs.sas.com/content/iml/2012/08/06/change-a-plot-title-by-using-the-ods-graphics-editor/" title="http://blogs.sas.com/content/iml/2012/08/06/change-a-plot-title-by-using-the-ods-graphics-editor/"&gt; Change a plot title by using the ODS Graphics Editor - The DO Loop&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 16:49:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-and-PROC-UNIVARIATE-Histogram-not-showing-correct-title/m-p/88556#M3265</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-07-25T16:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML and PROC UNIVARIATE Histogram not showing correct title</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-and-PROC-UNIVARIATE-Histogram-not-showing-correct-title/m-p/88557#M3266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title move=(x,y) "Normality Test - &amp;amp;tname2" font="Calibri";&amp;nbsp; /* replace x,y until you find a positioning that suits your need. */&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't figure out what scale x and y are using but anyway it should do the trick with some trial and error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 19:33:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ODS-HTML-and-PROC-UNIVARIATE-Histogram-not-showing-correct-title/m-p/88557#M3266</guid>
      <dc:creator>Vince28_Statcan</dc:creator>
      <dc:date>2013-07-25T19:33:33Z</dc:date>
    </item>
  </channel>
</rss>

