<?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: 3 500 SGPLOT, ordered in rows and columns, to paper output in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811611#M25764</link>
    <description>&lt;P&gt;Thank you, Reeza, for your hint. I thought that I added an example of what I actually wanted but the file didn't seem to get through. I have now added it to this reply and I hope it will get through. I will also see if I can add some code examples later today or tomorrow.&lt;/P&gt;</description>
    <pubDate>Thu, 05 May 2022 07:30:24 GMT</pubDate>
    <dc:creator>Multipla99</dc:creator>
    <dc:date>2022-05-05T07:30:24Z</dc:date>
    <item>
      <title>3 500 SGPLOT, ordered in rows and columns, to paper output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811451#M25760</link>
      <description>&lt;P&gt;Does anyone have experience from printing thousands of SGPLOT graphs to paper?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to check approximately 3 500 timeseries of aggregated data to spot those that are less well behaved and therefore could hide some erroneous microdata. My idea is to put them on paper, say 21 graphs on each in 3 columns and 7 rows, and then glance through each paper to quickly discover those abnormal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The timeseries are independent in the aspect that they do not share any axis. They should also be ordered on the paper so that each row is filled from left to right before moving to the next row. Each graph also needs to have its own heading to identify the variable plotted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I arrange my ODS output so that each rendered graph will find its correct place on my paper? Does anyone have an idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please also find attached a wordfile where I,&amp;nbsp;for illustration, manually put the same timeseries graphs in each cell of a 3x7 table.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 13:54:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811451#M25760</guid>
      <dc:creator>Multipla99</dc:creator>
      <dc:date>2022-05-04T13:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: 3 500 SGPLOT, ordered in rows and columns, to paper output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811456#M25761</link>
      <description>&lt;P&gt;Even if you had 30 times series, I would plot them to some FILE and then scroll through them. The days of dumping large amounts of output to paper are long gone, and putting all of this on paper is inefficient and wasteful and environmentally unfriendly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With 3500 anything, I think you need some computerized checking to look for "&lt;SPAN&gt;less well behaved and therefore could hide some erroneous microdata". What that computerized checking to use would be hard to determine, as "less well behaved" isn't really definitive enough to provide more information. But there are computerized&amp;nbsp;outlier detection routines, and computerized&amp;nbsp;checks for different time series types of problems, maybe that's a place to start. Or maybe some other testing is what you want.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;PROC SGPLOT can plot all of your time series and send it to a file.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 14:28:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811456#M25761</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-05-04T14:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: 3 500 SGPLOT, ordered in rows and columns, to paper output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811479#M25762</link>
      <description>&lt;P&gt;You did not include any attachments, sample data or examples of output.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 15:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811479#M25762</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-05-04T15:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: 3 500 SGPLOT, ordered in rows and columns, to paper output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811610#M25763</link>
      <description>&lt;P&gt;Thank you, PaigeMiller, for your interest in my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be more specific the problem I would like to solve is how to print timeseries graphs to a paper format ordered in rows and columns so that I can fit as many graphs as convenient on each page. I'm perfectly aware that I can print SGPLOT graphs to a file but I do not know how to order them in rows and coclumns.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 07:25:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811610#M25763</guid>
      <dc:creator>Multipla99</dc:creator>
      <dc:date>2022-05-05T07:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: 3 500 SGPLOT, ordered in rows and columns, to paper output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811611#M25764</link>
      <description>&lt;P&gt;Thank you, Reeza, for your hint. I thought that I added an example of what I actually wanted but the file didn't seem to get through. I have now added it to this reply and I hope it will get through. I will also see if I can add some code examples later today or tomorrow.&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 07:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811611#M25764</guid>
      <dc:creator>Multipla99</dc:creator>
      <dc:date>2022-05-05T07:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: 3 500 SGPLOT, ordered in rows and columns, to paper output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811670#M25765</link>
      <description>&lt;P&gt;On ODS PDF statement you can specify the number of columns in a file.&lt;BR /&gt;Then you can control the size of graphics generated with ODS GRAPHICS statements. &lt;BR /&gt;&lt;BR /&gt;The graphs will be created from top to bottom and then across the columns so your code needs to create the graphs in the correct order. That will create the PDF file with all your graphics.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
%macro create_graphs(n=);
ods graphics / height = 2in width= 2in;
%do i=1 %to &amp;amp;n;

title "Graph &amp;amp;i.";
proc sgplot  data=sashelp.class;
scatter x=height y=weight /group=sex;
run;

%end;

%mend;

ods pdf file='/home/fkhurshed/Demo1/sample1.pdf' columns=3 style = meadow startpage=no;

%create_graphs(n=12);

ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 05 May 2022 14:36:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811670#M25765</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-05-05T14:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: 3 500 SGPLOT, ordered in rows and columns, to paper output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811700#M25766</link>
      <description>&lt;P&gt;As stated, you can get PROC SGPLOT to print in columns and rows. Why is this needed? Why couldn't you work with plots that are not in columns and rows?&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 17:11:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811700#M25766</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-05-05T17:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: 3 500 SGPLOT, ordered in rows and columns, to paper output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811818#M25767</link>
      <description>Thank you so much, Reeza! &lt;BR /&gt;Exactly what I wanted, and you provided as well the code before I did. Hats off!</description>
      <pubDate>Fri, 06 May 2022 09:05:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/3-500-SGPLOT-ordered-in-rows-and-columns-to-paper-output/m-p/811818#M25767</guid>
      <dc:creator>Multipla99</dc:creator>
      <dc:date>2022-05-06T09:05:14Z</dc:date>
    </item>
  </channel>
</rss>

