<?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 Two graphs on the same level (not second one below of the first one) withe ods and contents in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Two-graphs-on-the-same-level-not-second-one-below-of-the-first/m-p/359915#M12558</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I would like to put graphs on the same page and on the same level in ods document that manage also a content.&lt;/P&gt;&lt;P&gt;My program uses 'proc format&amp;nbsp;&lt;SPAN&gt;cntlin=' &amp;nbsp;and diplays graphs in one column on same page. Then I can display several graphs on same page but each one under the previous one. Is it possible with same method to display also graphs on the same level.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please find my code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data fmt;&lt;BR /&gt;set pt1;&lt;BR /&gt;fmtname = "mypic";&lt;BR /&gt;start =1;&lt;BR /&gt;label = "\\vcarapp010\Rapports\01-ETUDE PIVOT\Graphs\strokeVol1.png";&lt;BR /&gt;keep fmtname label start;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;/* Create the format containing the links to the images. */&lt;BR /&gt;proc format cntlin=fmt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;/* Create a format to blank out values in the column that will contain the image. */&lt;BR /&gt;proc format;&lt;BR /&gt;value blank other=" ";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;data pt1;&lt;BR /&gt;set pt1;&lt;BR /&gt;index=1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods rtf startpage=no;&lt;BR /&gt;ods proclabel ' ';&lt;BR /&gt;proc report data=pt1 nowd CONTENTS='Graph 1.6: Time trajectories post-implant for left and right stroke volume, setting of right input pressure and avg. L/R admission P. ratio';&lt;BR /&gt;column index image;&lt;BR /&gt;define index / group noprint;&lt;BR /&gt;break before index/ contents="" page;&lt;BR /&gt;define image/ computed style(column)=[postimage=mypic. just=l cellwidth=3.1 in ] format=blank.;&lt;/P&gt;&lt;P&gt;/* Set the computed variable equal to the variable */&lt;BR /&gt;/* value that matches the value in the $Mypic. format. */&lt;BR /&gt;compute image ;&lt;BR /&gt;image = 1;&lt;BR /&gt;endcomp;&lt;/P&gt;&lt;P&gt;title2 'Graph 1.6: Time trajectories post-implant for left and right stroke volume, setting of right input pressure and avg. L/R admission P. ratio';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
    <pubDate>Fri, 19 May 2017 09:23:06 GMT</pubDate>
    <dc:creator>PSIOT</dc:creator>
    <dc:date>2017-05-19T09:23:06Z</dc:date>
    <item>
      <title>Two graphs on the same level (not second one below of the first one) withe ods and contents</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Two-graphs-on-the-same-level-not-second-one-below-of-the-first/m-p/359915#M12558</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I would like to put graphs on the same page and on the same level in ods document that manage also a content.&lt;/P&gt;&lt;P&gt;My program uses 'proc format&amp;nbsp;&lt;SPAN&gt;cntlin=' &amp;nbsp;and diplays graphs in one column on same page. Then I can display several graphs on same page but each one under the previous one. Is it possible with same method to display also graphs on the same level.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please find my code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data fmt;&lt;BR /&gt;set pt1;&lt;BR /&gt;fmtname = "mypic";&lt;BR /&gt;start =1;&lt;BR /&gt;label = "\\vcarapp010\Rapports\01-ETUDE PIVOT\Graphs\strokeVol1.png";&lt;BR /&gt;keep fmtname label start;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;/* Create the format containing the links to the images. */&lt;BR /&gt;proc format cntlin=fmt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;/* Create a format to blank out values in the column that will contain the image. */&lt;BR /&gt;proc format;&lt;BR /&gt;value blank other=" ";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;data pt1;&lt;BR /&gt;set pt1;&lt;BR /&gt;index=1;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods rtf startpage=no;&lt;BR /&gt;ods proclabel ' ';&lt;BR /&gt;proc report data=pt1 nowd CONTENTS='Graph 1.6: Time trajectories post-implant for left and right stroke volume, setting of right input pressure and avg. L/R admission P. ratio';&lt;BR /&gt;column index image;&lt;BR /&gt;define index / group noprint;&lt;BR /&gt;break before index/ contents="" page;&lt;BR /&gt;define image/ computed style(column)=[postimage=mypic. just=l cellwidth=3.1 in ] format=blank.;&lt;/P&gt;&lt;P&gt;/* Set the computed variable equal to the variable */&lt;BR /&gt;/* value that matches the value in the $Mypic. format. */&lt;BR /&gt;compute image ;&lt;BR /&gt;image = 1;&lt;BR /&gt;endcomp;&lt;/P&gt;&lt;P&gt;title2 'Graph 1.6: Time trajectories post-implant for left and right stroke volume, setting of right input pressure and avg. L/R admission P. ratio';&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 09:23:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Two-graphs-on-the-same-level-not-second-one-below-of-the-first/m-p/359915#M12558</guid>
      <dc:creator>PSIOT</dc:creator>
      <dc:date>2017-05-19T09:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Two graphs on the same level (not second one below of the first one) withe ods and contents</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Two-graphs-on-the-same-level-not-second-one-below-of-the-first/m-p/359957#M12561</link>
      <description>Hi:&lt;BR /&gt;  You don't say how you are generating the graphs, and from your code, it looks like you are inserting vol1.png into every cell. &lt;BR /&gt;&lt;BR /&gt;  But it might be possible to use SGPANEL or ODS LAYOUT, as shown in this paper (see last example for ODS LAYOUT): &lt;A href="http://support.sas.com/resources/papers/proceedings16/SAS5762-2016.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings16/SAS5762-2016.pdf&lt;/A&gt; and this paper shows an older way with a simple PROC REPORT -- the PROC REPORT has been designed to have 2 columns side by side and then there is a different preimage for each column and row:&lt;A href="http://www2.sas.com/proceedings/forum2008/173-2008.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/forum2008/173-2008.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Fri, 19 May 2017 12:56:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Two-graphs-on-the-same-level-not-second-one-below-of-the-first/m-p/359957#M12561</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-05-19T12:56:40Z</dc:date>
    </item>
  </channel>
</rss>

