<?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: title get cut off while creating a graph by sgpanel in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/521510#M17569</link>
    <description>&lt;P&gt;Can you show us a picture?&lt;/P&gt;</description>
    <pubDate>Fri, 14 Dec 2018 15:48:03 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2018-12-14T15:48:03Z</dc:date>
    <item>
      <title>title get cut off while creating a graph by sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/521374#M17567</link>
      <description>&lt;P&gt;any clues why the title has been cut off by the code below?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;title "Time to First Event";&lt;/P&gt;&lt;P&gt;ods graphics on/noborder;&lt;/P&gt;&lt;P&gt;ods rtf file = "C:\Users\q\Desktop\figure 1.rtf";&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sgpanel data=adtte7 noautolegend;&lt;/P&gt;&lt;P&gt;panelby trt01p / spacing=15 novarname;&lt;BR /&gt;colaxis label ="Days";&lt;BR /&gt;rowaxis label ="Subject ID" display=(NOTICKS);&lt;/P&gt;&lt;P&gt;series x=aval0 y=subjid_r/group=subjid_r&lt;BR /&gt;lineattrs=(color=black pattern=solid thickness = 2)&lt;BR /&gt;;&lt;BR /&gt;scatter x=ttcvd y=subjid_r/name = 'a'&lt;BR /&gt;markerattrs=(color=red symbol=circlefilled size=15)&amp;nbsp;&lt;BR /&gt;;&lt;BR /&gt;scatter x=ttmi y=subjid_r/name = 'b'&lt;BR /&gt;markerattrs=(color=yellow symbol=diamondfilled size=15)&amp;nbsp;&lt;BR /&gt;;&lt;BR /&gt;scatter x=ttreva y=subjid_r/name = 'c'&lt;BR /&gt;markerattrs=(color=purple symbol=trianglefilled size=15)&lt;BR /&gt;;&lt;BR /&gt;scatter x=tthua y=subjid_r/name = 'd'&lt;BR /&gt;markerattrs=(color=green symbol=squarefilled size=15)&amp;nbsp;&lt;BR /&gt;;&lt;BR /&gt;scatter x=ttstr y=subjid_r/name = 'e'&lt;BR /&gt;markerattrs=(color=blue symbol=starfilled size=15)&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;keylegend 'a' 'b' 'c' 'd' 'e';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 05:43:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/521374#M17567</guid>
      <dc:creator>cnloach</dc:creator>
      <dc:date>2018-12-14T05:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: title get cut off while creating a graph by sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/521402#M17568</link>
      <description>&lt;P&gt;Probably because the title is being placed in the body of the graph, and the space allocated is not wide enough.&amp;nbsp; Avoid putting titles in the body of the graph, and use the titles area with:&lt;/P&gt;
&lt;PRE&gt;ods rtf file = "C:\Users\q\Desktop\figure 1.rtf" nogtitle nogfootnote;&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Dec 2018 09:14:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/521402#M17568</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-12-14T09:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: title get cut off while creating a graph by sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/521510#M17569</link>
      <description>&lt;P&gt;Can you show us a picture?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2018 15:48:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/521510#M17569</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-12-14T15:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: title get cut off while creating a graph by sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/522087#M17578</link>
      <description>&lt;P&gt;Thanks RW9! This works but if I do want to put the title in the body of the graph, how may I allocate the space? Appending some space seems a temp solution but is there a wise way?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 01:53:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/522087#M17578</guid>
      <dc:creator>cnloach</dc:creator>
      <dc:date>2018-12-18T01:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: title get cut off while creating a graph by sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/522090#M17579</link>
      <description>&lt;P&gt;it looks good in sas output but get cut off in rtf file.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 01:58:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/522090#M17579</guid>
      <dc:creator>cnloach</dc:creator>
      <dc:date>2018-12-18T01:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: title get cut off while creating a graph by sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/522114#M17580</link>
      <description>&lt;P&gt;I have a hunch. Try your original code with the embedded title, but add this line before the PROC SGPANEL:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods graphics / imagefmt=png;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if that works for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;BR /&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 05:12:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/522114#M17580</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-12-18T05:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: title get cut off while creating a graph by sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/522119#M17581</link>
      <description>&lt;P&gt;coool! this works. Thanks a lot Dan!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 06:47:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/title-get-cut-off-while-creating-a-graph-by-sgpanel/m-p/522119#M17581</guid>
      <dc:creator>cnloach</dc:creator>
      <dc:date>2018-12-18T06:47:38Z</dc:date>
    </item>
  </channel>
</rss>

