<?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: How to make 'Schematic Plots' with selected data labeled? Univariate, SG or GRAPH? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107850#M4013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjay-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be honored if you would like to put this example on your blog!&amp;nbsp; Please feel free to post the data as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was actually your 'Graphically Speaking' post on Custom Box Plots that got me started on viewing individual values and codes in conjunction with a box plot - the SAS 9.4 'jittering' example of Distribution on Mileage by Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see the buttons even though I posted the original question, but will try again later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wendy T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps&amp;nbsp; the buttons came up as soon as I saved this message, and I was able to mark the question as answered.&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jun 2013 14:57:34 GMT</pubDate>
    <dc:creator>WendyT</dc:creator>
    <dc:date>2013-06-24T14:57:34Z</dc:date>
    <item>
      <title>How to make 'Schematic Plots' with selected data labeled? Univariate, SG or GRAPH?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107840#M4003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS Folks-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just had a wonderful surprise in PROC UNIVARIATE – a bonus box plot with bars at the bottom that show groupings.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;PROC&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;UNIVARIATE&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;PLOTS&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;BY&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; SEGMENT STATION ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;VAR&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; SELECTED_VARIABLE ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;RUN&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the documentation, it is identified as&amp;nbsp; “Schematic Plots” under the PLOTS option.&amp;nbsp; “If you use a BY statement, side-by-side box plots that are labeled ‘Schematic Plots’ appear after the univariate analysis for the last BY group.”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/procstat/63963/HTML/default/viewer.htm#procstat_univariate_sect008.htm"&gt;http://support.sas.com/documentation/cdl/en/procstat/63963/HTML/default/viewer.htm#procstat_univariate_sect008.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the LOG, it looks like the template is SSPlots, and I have attached a generalized example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;Output Added:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;-------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SSPlots&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;Label:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Panel 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;Template:&amp;nbsp;&amp;nbsp; base.univariate.Graphics.SSPlots&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;Path:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Univariate.SSPlots&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;-------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The wonderful part of this graphic is the bars on the bottom showing the groupings.&amp;nbsp; To make this graphic even better, I would like to label the points by a code (character) that is in another variable (DATA_CODE), but I don’t see any options that seem to relate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My understanding of ODS and templates is vague at best, but it seems that if the labeling is not available in UNIVARIATE, something like this may possibly be done in SGPLOT/SGPANEL with VBOX, but I don’t see a way to generate the grouping bars.&amp;nbsp; (I have SAS/GRAPH as well, so I’m not restricted to SG procs)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would also be fine to do color coding by DATA_CODE, if a symbol could be overlaid.&amp;nbsp; For example, if DATA_CODE contains ”X” then display a symbol in red, if DATA_CODE contains “Q” then display in yellow (or whatever, just as long as it is different, and can be seen). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone knows how to do this, or has a reference, I would be very grateful for your help.&amp;nbsp; I have lots of groupings, and this would be a wonderful tool to look at data within and across a group simultaneously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help you can give me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wendy T.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10988i927E42FC91DEB2AA/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="GREAT_PLOT.png" title="GREAT_PLOT.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/10989iD39A5FC7D01C91A6/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="EVEN_BETTER_PLOT.png" title="EVEN_BETTER_PLOT.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 17:08:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107840#M4003</guid>
      <dc:creator>WendyT</dc:creator>
      <dc:date>2013-06-14T17:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'Schematic Plots' with selected data labeled? Univariate, SG or GRAPH?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107841#M4004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I believe you can do it if you dump out the data using ODS OUTPUT to a data set A and use a customized template.&amp;nbsp; Add a column B to the data providing the label character for the observations to be labelled, and missing for others.&amp;nbsp; Then, add a SCATTERPLOT to the SSPLOTS template, with the same X, Y and GROUP variables and use the option MARKERCHARACTER=B.&amp;nbsp; Run the template with proc SGRENDER and the new data set.&amp;nbsp; To move the label characters a bit to the right (as in your illustration), use DISCRETEOFFSET=0.2.&amp;nbsp; You may need to try some other values..&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 18:58:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107841#M4004</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-06-14T18:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'Schematic Plots' with selected data labeled? Univariate, SG or GRAPH?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107842#M4005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sanjay - I'll try to figure out how to do the customized template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wendy T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 13:19:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107842#M4005</guid>
      <dc:creator>WendyT</dc:creator>
      <dc:date>2013-06-17T13:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'Schematic Plots' with selected data labeled? Univariate, SG or GRAPH?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107843#M4006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjay-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’m still playing with this graphic, and I’m obviously missing something.&amp;nbsp; I have figured out that the important bit of the SSPlots template is in the middle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Layout Lattice / rowaxeslabelalign=0 rowweights=_ROWWEIGHTS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; columndatarange=unionall pad=(bottom=0.01);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Layout Overlay / xaxisopts=(display=(line)) yaxisopts=(label=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _VARLABEL);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BoxplotParm x=BOXGROUP y=VALUE stat=STAT / tip=(MIN Q1 MEDIAN&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 8pt; font-family: 'SAS Monospace';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Q3 MAX MEAN STD N) outliertip=(Y);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EndLayout;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'SAS Monospace'; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have attempted various combinations. If I use BoxPlotParm, a scatterplot includes the group N as one of the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BoxPlotParm y=VALUE x=BOXGROUP stat=STAT ;&lt;/P&gt;&lt;P&gt;ScatterPlot&amp;nbsp;&amp;nbsp;&amp;nbsp; y=VALUE x=BOXGROUP / DISCRETEOFFSET=0.5 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use BoxPlot, the group N then intrudes in the box plot as well.&lt;/P&gt;&lt;P&gt;BoxPlot y=VALUE x=BOXGROUP; &lt;/P&gt;&lt;P&gt;ScatterPlot y=VALUE x=BOXGROUP / DISCRETEOFFSET=0.5 ;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don’t think an extra dataset will help, as the labels I would like to see are not restricted to outliers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have tried SGPANEL, but generated an error that I could not mix VBOX with any other plot type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wendy T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 17:47:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107843#M4006</guid>
      <dc:creator>WendyT</dc:creator>
      <dc:date>2013-06-18T17:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'Schematic Plots' with selected data labeled? Univariate, SG or GRAPH?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107844#M4007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Wendy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share your code and data (maybe anonymized)?&amp;nbsp; What release of SAS are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 18:40:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107844#M4007</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-06-18T18:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'Schematic Plots' with selected data labeled? Univariate, SG or GRAPH?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107845#M4008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjay-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a tiny dataset and the basic code.&amp;nbsp; I actually have many more segments, stations, parameters and years of values.&amp;nbsp; I have done a macro by parameter, as the output then will display by parameter in the frame, and most importantly, the graphics will have a name that relates to the parameter.&amp;nbsp; IMAGENAME really isn't as nice as the option from GPLOT where I could name output with #BYVAL().&amp;nbsp; The contents of variable BAD_CODES is what I would like to use for labeling, at any position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have all the stats output available in files elsewhere, so what I'm after is just the nice combined graphic at the very end.&amp;nbsp; If there is a way to do this directly without invoking UNIVARIATE, that would be even better.&amp;nbsp; Any other suggestions you have would be most welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for taking time to look at my code and data - I really appreciate it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wendy T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps&amp;nbsp; we are using SAS 9.3 TS1M2 via remote login from Windows to a Windows server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;%LET&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; OUTDIR=&amp;amp;TEMP_OUTPUT.\univariate&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;%LET&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; BASE=boxes ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;ODS&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;LISTING&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;CLOSE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; ; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;ODS&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;TRACE&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;ON&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;ODS&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;HTML&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;newfile&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;none&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;headtext&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;'&amp;lt;style&amp;gt;p,hr {display:none} &amp;lt;/style&amp;gt;'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;PATH&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;"&amp;amp;OUTDIR\"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;URL&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;NONE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;body&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;"body_&amp;amp;BASE..htm"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;TITLE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;"GRAF_OUTPUT"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;contents&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;"contents_&amp;amp;BASE..htm"&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;frame&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;"frame_&amp;amp;BASE..htm"&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;STYLE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;=STYLES.DEFAULT&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;%MACRO&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; BOXPARAM(PARAM) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;ODS GRAPHICS ON /&amp;nbsp; RESET=INDEX IMAGENAME=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;"&amp;amp;PARAM"&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; HEIGHT=&lt;/SPAN&gt;&lt;SPAN style="color: teal; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;480&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;px WIDTH=&lt;/SPAN&gt;&lt;SPAN style="color: teal; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;640&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;px ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;DATA &amp;amp;PARAM ; SET EXAMPLE_DATA (KEEP=STATION SASDATE DATETIME &amp;amp;PARAM &amp;amp;PARAM._ SEGMENT );&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;BAD_CODES=&amp;amp;PARAM._ ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;IF FINDC(BAD_CODES ,&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;'QYJ'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;)&amp;nbsp; EQ &lt;/SPAN&gt;&lt;SPAN style="color: teal; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; THEN BAD_CODES = &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;' '&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; ;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;PROC SORT ; BY SEGMENT STATION ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;RUN ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;ODS PROCLABEL &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple; font-size: 10pt;"&gt;"Parameter &amp;amp;PARAM "&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;PROC UNIVARIATE PLOTS DATA=&amp;amp;PARAM ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;BY SEGMENT STATION ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;VAR &amp;amp;PARAM ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;RUN ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;%MEND&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;%&lt;STRONG&gt;&lt;EM&gt;BOXPARAM&lt;/EM&gt;&lt;/STRONG&gt;(PARAM_A) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;%&lt;STRONG&gt;&lt;EM&gt;BOXPARAM&lt;/EM&gt;&lt;/STRONG&gt;(PARAM_B) ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;ODS&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;HTML&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;CLOSE&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;ODS&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 10pt;"&gt;LISTING&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; font-size: 10pt; background: white; font-family: 'Courier New';"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 20:10:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107845#M4008</guid>
      <dc:creator>WendyT</dc:creator>
      <dc:date>2013-06-18T20:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'Schematic Plots' with selected data labeled? Univariate, SG or GRAPH?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107846#M4009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a stab at what you can do using GTL directly.&amp;nbsp; This is using your data set and param_b as analysis variable.&amp;nbsp; Code is attached.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="3735" alt="schematic.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/3735_schematic.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 14:56:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107846#M4009</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-06-21T14:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'Schematic Plots' with selected data labeled? Univariate, SG or GRAPH?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107847#M4010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjay-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is going to be a wonderful tool for looking at our data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to download your code, and it's elegant.&amp;nbsp; I'm sure I can use this as a base for other graphics, and learning more about GTL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for doing this for me - I very much appreciate all your time and effort in answering all our questions!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wendy T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 14:11:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107847#M4010</guid>
      <dc:creator>WendyT</dc:creator>
      <dc:date>2013-06-24T14:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'Schematic Plots' with selected data labeled? Univariate, SG or GRAPH?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107848#M4011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't find the buttons to mark this as answered...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wendy T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 14:11:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107848#M4011</guid>
      <dc:creator>WendyT</dc:creator>
      <dc:date>2013-06-24T14:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'Schematic Plots' with selected data labeled? Univariate, SG or GRAPH?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107849#M4012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That button will only show on the screen for the one who posted the question.&amp;nbsp; Maybe one of the other readers can help.&amp;nbsp; Are you OK if I post this example on Graphically Speaking?&amp;nbsp; I assume the data is not confidential.&amp;nbsp; If it is, I can obfuscate it.&amp;nbsp; This could be useful for other readers too. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 14:29:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107849#M4012</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-06-24T14:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'Schematic Plots' with selected data labeled? Univariate, SG or GRAPH?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107850#M4013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjay-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be honored if you would like to put this example on your blog!&amp;nbsp; Please feel free to post the data as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was actually your 'Graphically Speaking' post on Custom Box Plots that got me started on viewing individual values and codes in conjunction with a box plot - the SAS 9.4 'jittering' example of Distribution on Mileage by Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see the buttons even though I posted the original question, but will try again later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wendy T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ps&amp;nbsp; the buttons came up as soon as I saved this message, and I was able to mark the question as answered.&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 14:57:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107850#M4013</guid>
      <dc:creator>WendyT</dc:creator>
      <dc:date>2013-06-24T14:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to make 'Schematic Plots' with selected data labeled? Univariate, SG or GRAPH?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107851#M4014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2013/06/24/schematic-plot/" title="http://blogs.sas.com/content/graphicallyspeaking/2013/06/24/schematic-plot/"&gt; Schematic Plot - Graphically Speaking&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 18:42:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-make-Schematic-Plots-with-selected-data-labeled/m-p/107851#M4014</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-06-24T18:42:35Z</dc:date>
    </item>
  </channel>
</rss>

