<?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: Proc Shewhart - symbol statement, cclip, clipsymbol, etc all not working in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Shewhart-symbol-statement-cclip-clipsymbol-etc-all-not/m-p/212975#M7928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bucky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wow. I did not realized it can be solved in such an easy way. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;That's awesome!&amp;nbsp; &lt;/SPAN&gt; I tried to fix that in all ways I can before I got the correct solution from you. Still have a lot to learn about SAS.&amp;nbsp; Once again, thank you so much for all your help. I truly appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 17:44:36 GMT</pubDate>
    <dc:creator>PaulDeng</dc:creator>
    <dc:date>2015-07-29T17:44:36Z</dc:date>
    <item>
      <title>Proc Shewhart - symbol statement, cclip, clipsymbol, etc all not working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Shewhart-symbol-statement-cclip-clipsymbol-etc-all-not/m-p/212973#M7926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ran into a couple of problems when I was using the proc shewhart, which are as follows:&lt;/P&gt;&lt;P&gt;1. The symbol statements seems not working at all no matter what I set as the symbol value, color, etc. The output sticks to the default settings all the time.&lt;/P&gt;&lt;P&gt;2. For the clipped points, all the settings for symbol , color, clip factor are not working as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to use an example to illustrate the problems I encounted:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data newtubes;&lt;/P&gt;&lt;P&gt;&amp;nbsp; label Diameter='Diameter in mm';&lt;/P&gt;&lt;P&gt;&amp;nbsp; do batch = 1 to 15;&lt;/P&gt;&lt;P&gt;&amp;nbsp; do i = 1 to 5;&lt;/P&gt;&lt;P&gt;&amp;nbsp; input Diameter @@;&lt;/P&gt;&lt;P&gt;&amp;nbsp; output;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;69.13 69.83 70.76 69.13 70.81&lt;/P&gt;&lt;P&gt;85.06 82.82 84.79 84.89 86.53&lt;/P&gt;&lt;P&gt;67.67 70.37 68.80 70.65 68.20&lt;/P&gt;&lt;P&gt;71.71 70.46 71.43 69.53 69.28&lt;/P&gt;&lt;P&gt;71.04 71.04 70.29 70.51 71.29&lt;/P&gt;&lt;P&gt;69.01 68.87 69.87 70.05 69.85&lt;/P&gt;&lt;P&gt;50.72 50.49 49.78 50.49 49.69&lt;/P&gt;&lt;P&gt;69.28 71.80 69.80 70.99 70.50&lt;/P&gt;&lt;P&gt;70.76 69.19 70.51 70.59 70.40&lt;/P&gt;&lt;P&gt;70.16 70.07 71.52 70.72 70.31&lt;/P&gt;&lt;P&gt;68.67 70.54 69.50 69.79 70.76&lt;/P&gt;&lt;P&gt;68.78 68.55 69.72 69.62 71.53&lt;/P&gt;&lt;P&gt;70.61 70.75 70.90 71.01 71.53&lt;/P&gt;&lt;P&gt;74.62 56.95 72.29 82.41 57.64&lt;/P&gt;&lt;P&gt;70.54 69.82 70.71 71.05 69.24&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;symbol value=dot&amp;nbsp; color=black;&lt;/P&gt;&lt;P&gt;title 'Control Chart for New Copper Tubes' ;&lt;/P&gt;&lt;P&gt;proc shewhart data=newtubes;&lt;/P&gt;&lt;P&gt;&amp;nbsp; xrchart Diameter*batch /&lt;/P&gt;&lt;P&gt;&amp;nbsp; mu0 = 70&lt;/P&gt;&lt;P&gt;&amp;nbsp; sigma0 = 0.75&lt;/P&gt;&lt;P&gt;&amp;nbsp; clipfactor = 1.5&lt;/P&gt;&lt;P&gt;&amp;nbsp; cclip=red&lt;/P&gt;&lt;P&gt;&amp;nbsp; clipsymbol=star;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I ran the code in SAS, It only gave the graph with light blue connecting line, but without symbol. Furthermore, the cclip and clipsymbol options both have no impact on the output.&lt;/P&gt;&lt;P&gt;I have no idea what happened here. I would really appreciate it if anyone could help me with that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 23:14:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Shewhart-symbol-statement-cclip-clipsymbol-etc-all-not/m-p/212973#M7926</guid>
      <dc:creator>PaulDeng</dc:creator>
      <dc:date>2015-07-28T23:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Shewhart - symbol statement, cclip, clipsymbol, etc all not working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Shewhart-symbol-statement-cclip-clipsymbol-etc-all-not/m-p/212974#M7927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SYMBOL statements and the CCLIP= and CLIPSYMBOL= options (among many other PROC SHEWHART options) apply only to traditional graphics output.&amp;nbsp; Beginning with SAS 9.3, ODS Graphics is enabled by default in the SAS windowing environment.&amp;nbsp; Therefore PROC SHEWHART produces ODS Graphics output by default.&amp;nbsp; Symbols, colors, etc. for ODS Graphics output are controlled by the ODS style that is in effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can disable ODS Graphics before running the procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS GRAPHICS OFF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bucky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 14:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Shewhart-symbol-statement-cclip-clipsymbol-etc-all-not/m-p/212974#M7927</guid>
      <dc:creator>BuckyRansdell</dc:creator>
      <dc:date>2015-07-29T14:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Shewhart - symbol statement, cclip, clipsymbol, etc all not working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-Shewhart-symbol-statement-cclip-clipsymbol-etc-all-not/m-p/212975#M7928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bucky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wow. I did not realized it can be solved in such an easy way. &lt;SPAN style="font-size: 13.3333330154419px;"&gt;That's awesome!&amp;nbsp; &lt;/SPAN&gt; I tried to fix that in all ways I can before I got the correct solution from you. Still have a lot to learn about SAS.&amp;nbsp; Once again, thank you so much for all your help. I truly appreciate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 17:44:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-Shewhart-symbol-statement-cclip-clipsymbol-etc-all-not/m-p/212975#M7928</guid>
      <dc:creator>PaulDeng</dc:creator>
      <dc:date>2015-07-29T17:44:36Z</dc:date>
    </item>
  </channel>
</rss>

