<?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 Fun With SAS ODS Graphics: Super Bowl LVI QB Boxplot Tale of the Tape in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Fun-With-SAS-ODS-Graphics-Super-Bowl-LVI-QB-Boxplot-Tale-of-the/m-p/795901#M22586</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Super Bowl LVI QB Matchup" style="width: 640px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68425i5EB44D651E564A44/image-size/large?v=v2&amp;amp;px=999" role="button" title="burrowstafford.png" alt="Super Bowl LVI QB Matchup" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Super Bowl LVI QB Matchup&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Super Bowl LVI quarterback boxplot matchup (more QB stats for &lt;A href="https://www.nfl.com/players/joe-burrow/stats/logs/" target="_self"&gt;Joe Burrow&lt;/A&gt; and &lt;A href="https://www.nfl.com/players/matthew-stafford/stats/logs/" target="_self"&gt;Matthew Stafford&lt;/A&gt; at &lt;A href="https://www.nfl.com" target="_self"&gt;NFL.com&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SAS CODE&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;* Fun With SAS ODS Graphics: Super Bowl LVI QB Boxplot Tale of the Tape (Burrow vs. Stafford)
  Football markers courtesy of Bruno Landowski thenounproject.com/icon/football-243375/;

proc import file='/home/ted.conway/QBLVI.xlsx' dbms=xlsx out=qb replace; * Grab 2021 regular/postseason QB stats (copied-and-pasted from NFL.com); 

%SGANNO;  * Anotate chart with NFL.com potos of Burrow, Stafford using SAS-provided macros;         
data qbpics;
%SGIMAGE (image="/home/ted.conway/burrow.jpg",drawspace="DATAVALUE",xc1="Joe Burrow",y1=-10,height=140,heightunit="DATA",anchor="BOTTOM");
%SGIMAGE (image="/home/ted.conway/stafford.jpg",drawspace="DATAVALUE",xc1="Matthew Stafford",y1=-10,height=140,heightunit="DATA",anchor="BOTTOM");

proc sgplot data=qb noautolegend sganno=qbpics;  * Annotated box + scatter plot of passing yardage in each game of 2021 season; 
inset "SUPER BOWL LVI" / textattrs=(size=14pt weight=bold) position=top;
symbolimage name=football image='/home/ted.conway/football.png'; * Use football image for scatterplot markers;
scatter y=YDS x=QB / markerattrs=(symbol=football size=24pt); * Markers with passing yards in each of the 2021 games (pre- and post-season);
vbox YDS / category=QB boxwidth=.25 nofill meanattrs=(color=red symbol=diamondfilled); * Boxplot to show distributions (quartiles + mean);
xaxis grid display=(nolabel) discreteorder=data; 
yaxis display=all label="PASSING YARDS IN EACH 2021 REGULAR/POSTSEASON GAME" min=-15 offsetmin=0;
inset "QB MATCHUP" / textattrs=(size=12pt weight=bold) position=bottom;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;DATA SCREENSHOT (DATA SOURCE: NFL.COM)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QB Data Sample (Source: NFL.com" style="width: 596px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68426iF86745A566E7B5B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="QbDataSample.JPG" alt="QB Data Sample (Source: NFL.com" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;QB Data Sample (Source: NFL.com&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 13 Feb 2022 08:33:09 GMT</pubDate>
    <dc:creator>tc</dc:creator>
    <dc:date>2022-02-13T08:33:09Z</dc:date>
    <item>
      <title>Fun With SAS ODS Graphics: Super Bowl LVI QB Boxplot Tale of the Tape</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Fun-With-SAS-ODS-Graphics-Super-Bowl-LVI-QB-Boxplot-Tale-of-the/m-p/795901#M22586</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Super Bowl LVI QB Matchup" style="width: 640px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68425i5EB44D651E564A44/image-size/large?v=v2&amp;amp;px=999" role="button" title="burrowstafford.png" alt="Super Bowl LVI QB Matchup" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Super Bowl LVI QB Matchup&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Super Bowl LVI quarterback boxplot matchup (more QB stats for &lt;A href="https://www.nfl.com/players/joe-burrow/stats/logs/" target="_self"&gt;Joe Burrow&lt;/A&gt; and &lt;A href="https://www.nfl.com/players/matthew-stafford/stats/logs/" target="_self"&gt;Matthew Stafford&lt;/A&gt; at &lt;A href="https://www.nfl.com" target="_self"&gt;NFL.com&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SAS CODE&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;* Fun With SAS ODS Graphics: Super Bowl LVI QB Boxplot Tale of the Tape (Burrow vs. Stafford)
  Football markers courtesy of Bruno Landowski thenounproject.com/icon/football-243375/;

proc import file='/home/ted.conway/QBLVI.xlsx' dbms=xlsx out=qb replace; * Grab 2021 regular/postseason QB stats (copied-and-pasted from NFL.com); 

%SGANNO;  * Anotate chart with NFL.com potos of Burrow, Stafford using SAS-provided macros;         
data qbpics;
%SGIMAGE (image="/home/ted.conway/burrow.jpg",drawspace="DATAVALUE",xc1="Joe Burrow",y1=-10,height=140,heightunit="DATA",anchor="BOTTOM");
%SGIMAGE (image="/home/ted.conway/stafford.jpg",drawspace="DATAVALUE",xc1="Matthew Stafford",y1=-10,height=140,heightunit="DATA",anchor="BOTTOM");

proc sgplot data=qb noautolegend sganno=qbpics;  * Annotated box + scatter plot of passing yardage in each game of 2021 season; 
inset "SUPER BOWL LVI" / textattrs=(size=14pt weight=bold) position=top;
symbolimage name=football image='/home/ted.conway/football.png'; * Use football image for scatterplot markers;
scatter y=YDS x=QB / markerattrs=(symbol=football size=24pt); * Markers with passing yards in each of the 2021 games (pre- and post-season);
vbox YDS / category=QB boxwidth=.25 nofill meanattrs=(color=red symbol=diamondfilled); * Boxplot to show distributions (quartiles + mean);
xaxis grid display=(nolabel) discreteorder=data; 
yaxis display=all label="PASSING YARDS IN EACH 2021 REGULAR/POSTSEASON GAME" min=-15 offsetmin=0;
inset "QB MATCHUP" / textattrs=(size=12pt weight=bold) position=bottom;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;DATA SCREENSHOT (DATA SOURCE: NFL.COM)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QB Data Sample (Source: NFL.com" style="width: 596px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/68426iF86745A566E7B5B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="QbDataSample.JPG" alt="QB Data Sample (Source: NFL.com" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;QB Data Sample (Source: NFL.com&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 08:33:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Fun-With-SAS-ODS-Graphics-Super-Bowl-LVI-QB-Boxplot-Tale-of-the/m-p/795901#M22586</guid>
      <dc:creator>tc</dc:creator>
      <dc:date>2022-02-13T08:33:09Z</dc:date>
    </item>
  </channel>
</rss>

