<?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: saving the grid plot created with high resolution 300 dpi in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/saving-the-grid-plot-created-with-high-resolution-300-dpi/m-p/920364#M362482</link>
    <description>&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2012/05/20/graph-size-for-presentations/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2012/05/20/graph-size-for-presentations/&lt;/A&gt;</description>
    <pubDate>Fri, 15 Mar 2024 05:24:35 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2024-03-15T05:24:35Z</dc:date>
    <item>
      <title>saving the grid plot created with high resolution 300 dpi</title>
      <link>https://communities.sas.com/t5/SAS-Programming/saving-the-grid-plot-created-with-high-resolution-300-dpi/m-p/920333#M362470</link>
      <description>&lt;P&gt;I have created 4 separate plots using proc sgplot and arranged them in a 2x2 grid. when I am trying to save the grid plot to my device, it saves all the four plots individually and not the grid plot. Here's the code I am using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods listing gpath='path';&lt;BR /&gt;ods graphics / imagename="test.png" imagefmt=png;&lt;BR /&gt;title 'Panel Plot';&lt;BR /&gt;ods layout gridded columns=2 rows=2 column_gutter=0cm row_gutter=0cm column_widths=(14.5cm 14.5cm);&lt;/P&gt;&lt;P&gt;ods region;&lt;BR /&gt;proc sgplot data=work.mod1;&lt;BR /&gt;series x=Pt_no y=pred1 / group=Group markers;&lt;BR /&gt;label Pt_no = "x" pred1 = "y";&lt;BR /&gt;title "abc";&lt;BR /&gt;styleattrs datacontrastcolors=(big bib crimson);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods region;&lt;BR /&gt;proc sgplot data=work.mod2;&lt;BR /&gt;series x=Pt_no y=pred2 / group=Group markers;&lt;BR /&gt;label Pt_no = "x" pred2 = "y";&lt;BR /&gt;title "bvdfb";&lt;BR /&gt;styleattrs datacontrastcolors=(big bib crimson);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods region;&lt;BR /&gt;proc sgplot data=work.mod3;&lt;BR /&gt;series x=Pt_no y=pred3 / group=Group markers;&lt;BR /&gt;label Pt_no = "x" pred3 = "y";&lt;BR /&gt;title "vsedf";&lt;BR /&gt;styleattrs datacontrastcolors=(big bib crimson);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods region;&lt;BR /&gt;proc sgplot data=work.mod4;&lt;BR /&gt;series x=Pt_no y=pred4 / group=Group markers;&lt;BR /&gt;label Pt_no = "x" pred4 = "y";&lt;BR /&gt;title "vsrdgr;&lt;BR /&gt;styleattrs datacontrastcolors=(big bib crimson);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods layout end;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a way to save the grid plot with 300 dpi resolution?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 18:08:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/saving-the-grid-plot-created-with-high-resolution-300-dpi/m-p/920333#M362470</guid>
      <dc:creator>kcsb</dc:creator>
      <dc:date>2024-03-14T18:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: saving the grid plot created with high resolution 300 dpi</title>
      <link>https://communities.sas.com/t5/SAS-Programming/saving-the-grid-plot-created-with-high-resolution-300-dpi/m-p/920364#M362482</link>
      <description>&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2012/05/20/graph-size-for-presentations/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2012/05/20/graph-size-for-presentations/&lt;/A&gt;</description>
      <pubDate>Fri, 15 Mar 2024 05:24:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/saving-the-grid-plot-created-with-high-resolution-300-dpi/m-p/920364#M362482</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-03-15T05:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: saving the grid plot created with high resolution 300 dpi</title>
      <link>https://communities.sas.com/t5/SAS-Programming/saving-the-grid-plot-created-with-high-resolution-300-dpi/m-p/920365#M362483</link>
      <description>&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2017/06/08/getting-started-output-formats/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2017/06/08/getting-started-output-formats/&lt;/A&gt;</description>
      <pubDate>Fri, 15 Mar 2024 05:25:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/saving-the-grid-plot-created-with-high-resolution-300-dpi/m-p/920365#M362483</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2024-03-15T05:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: saving the grid plot created with high resolution 300 dpi</title>
      <link>https://communities.sas.com/t5/SAS-Programming/saving-the-grid-plot-created-with-high-resolution-300-dpi/m-p/920422#M362505</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The plots are getting saved individually. Is there a way I can save the grid plot I created?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2024 13:13:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/saving-the-grid-plot-created-with-high-resolution-300-dpi/m-p/920422#M362505</guid>
      <dc:creator>kcsb</dc:creator>
      <dc:date>2024-03-15T13:13:17Z</dc:date>
    </item>
  </channel>
</rss>

