<?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: Creating CMYK colored figures with GTL in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Creating-CMYK-colored-figures-with-GTL/m-p/481929#M16636</link>
    <description>&lt;P&gt;I'm interested in this answer as well as my issue seems similar. We are writing out PDF files to send to a professional printer using CMYK and the professional printer is indicating it is coming to them as RGB.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jul 2018 16:26:29 GMT</pubDate>
    <dc:creator>ldenney</dc:creator>
    <dc:date>2018-07-27T16:26:29Z</dc:date>
    <item>
      <title>Creating CMYK colored figures with GTL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-CMYK-colored-figures-with-GTL/m-p/366429#M12748</link>
      <description>&lt;P&gt;I want to create a graph using GTL (SAS 9.4) which completely uses CMYK pure process black color. I replaced (hopefully) all colors in my style definition with CMYK color black (CMYK000000FF) or white (CMYK00000000) and create my statgraph definitions. The figure&amp;nbsp;as PDF&amp;nbsp;file looks as expected, but looking into the color scheme, black is not presented as pure black (CMYK000000FF) but as a combination of RGB values (e.g., cyan 75%, magenta 68%, yallow 67%, process black 90%)..&lt;/P&gt;&lt;P&gt;Are thee any hints or ideas what's going wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my code (looks long because of all the color defintions):&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%LET&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; color=CMYK000000FF;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;%&lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New" size="2"&gt;**** Define the template;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; __font = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%str&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(Arial);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; __fontsz = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%str&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(8pt);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; __fontsz2 = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%str&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(6pt);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;template&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; cmfm;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;parent&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=styles.listing;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; color_list &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Colors used in the listing style"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; / &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'fgB2'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'fgB1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'fgA4'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'bgA4'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'bgA3'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK00000000 &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'fgA2'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'bgA2'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'fgA1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'bgA1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'fgA'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'bgA'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK00000000; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphColors &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Abstract colors used in graph styles"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; / &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'goffill'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gofill'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'govbline'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gobline'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gncdata12'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gndata12'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gncdata11'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gndata11'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gncdata10'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gndata10'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gncdata9'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gndata9'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gncdata8'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gndata8'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gncdata7'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gndata7'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gncdata6'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gndata6'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gncdata5'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gndata5'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gncdata4'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gndata4'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gncdata3'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gndata3'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gncdata2'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gndata2'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gncdata1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gndata1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gncdata'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gndata'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gnclink'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gnlink'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gntext'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gblockheader'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcphasebox'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gphasebox'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gczonec'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gzonec'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gczoneb'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gzoneb'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gzonea'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcunder'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gunder'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcover'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gover'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcfinal'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gfinal'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcinitial'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'ginitial'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcother'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gother'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcmiss'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gmiss'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gablock'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gblock'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcclipping'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gclipping'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcstars'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gstars'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcruntest'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gruntest'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gccontrollim'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcontrollim'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcerror'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gerror'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcpredictlim'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gpredictlim'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcpredict'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gpredict'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcconfidence2'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcconfidence'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gconfidence2'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gconfidence'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcfit2'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcfit'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gfit2'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gfit'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcoutlier'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'goutlier'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gdata'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'greferencelines'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gheader'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = colors(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'docbg'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;) &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gconramp3cend'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gconramp3cneutral'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK00000000 &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gconramp3cstart'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gramp3cend'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gramp3cneutral'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gramp3cstart'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gconramp2cend'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gconramp2cstart'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gramp2cend'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gramp2cstart'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gtext'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'glabel'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gborderlines'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'goutlines'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'ggrid'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gaxis'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gshadow'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'glegend'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK00000000 &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gfloor'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK00000000 &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gwalls'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK00000000 &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata12'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata11'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata10'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata9'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata8'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata6'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata7'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata4'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata5'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata3'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata2'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gdata12'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gdata11'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gdata10'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gdata9'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gdata8'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gdata6'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gdata7'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gdata4'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gdata5'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gdata3'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gdata2'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gdata1'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = CMYK000000FF; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphAxisLines / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ContrastColor&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&amp;amp;color;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphData1 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ContrastColor&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&amp;amp;color &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;Linestyle&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;markersymbol&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Circle"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphData2 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ContrastColor&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&amp;amp;color &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;Linestyle&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;4&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;markersymbol&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Square"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphData3 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ContrastColor&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&amp;amp;color &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;Linestyle&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;markersymbol&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Diamond"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphData4 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ContrastColor&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&amp;amp;color &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;Linestyle&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;markersymbol&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"CircleFilled"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphData5 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ContrastColor&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&amp;amp;color &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;Linestyle&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;4&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;markersymbol&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"SquareFilled"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphData6 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ContrastColor&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&amp;amp;color &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;Linestyle&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;markersymbol&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"DiamondFilled"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;end&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;proc&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;template&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;statgraph&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; Graphics.timechange_a;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;dynamic&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; _title1 _title2 _title3 _footnote1 _footnote2 _footnote3&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;_xvar _xlabel _yvar1 _ylabel _group&lt;/P&gt;&lt;P&gt;_displayopt ;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;mvar&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; __nullrep;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;begingraph&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;border&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;/* layout lattice ;*/&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="Courier New" size="2"&gt;/* Graph layout declaration */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;layout&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;overlay&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;pad&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;border&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = false &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;walldisplay&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = none&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;xaxisopts&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = (&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;label = ( &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Week"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; )&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;labelattrs = (color=&amp;amp;color weight=normal size=&amp;amp;__fontsz family=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;amp;__font"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;tickvalueattrs = (color=&amp;amp;color weight=normal size=&amp;amp;__fontsz family=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;amp;__font"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;offsetmin = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.05&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;offsetmax = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.05&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;linearopts = (tickvaluesequence=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;start&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; end=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;24&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; increment=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;6&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;))&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;display = _displayopt&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;yaxisopts&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = (&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;label = ( &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Adjusted* Mean A1C (%) Change from Baseline"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;labelattrs = (color=&amp;amp;color weight=normal size=&amp;amp;__fontsz family=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;amp;__font"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;tickvalueattrs = (color=&amp;amp;color weight=normal size=&amp;amp;__fontsz family=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;amp;__font"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;offsetmin = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.05&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;offsetmax = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.05&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;linearopts = (tickvaluesequence=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;start&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; end=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; increment=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;) tickvalueformat=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;4.1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; viewmin=-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2.0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; viewmax=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;display = _displayopt )&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;opaque&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = false ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="Courier New" size="2"&gt;/* line - stepped */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;seriesplot&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=_xvar &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;y&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=_yvar1 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;connectorder&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = xvalues &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;display&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = all&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;lineattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(thickness=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;px) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;group&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=_group &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;name&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"seriesA"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;discretelegend&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"seriesA"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;location&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=outside&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;across&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;valueattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(color=&amp;amp;color weight=normal size= &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;pt family=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;amp;__font"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;halign&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=left &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;valign&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=bottom&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;backgroundcolor&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=white&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;opaque&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;border&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=FALSE&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endlayout&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="Courier New" size="2"&gt;/* Add titles and footnotes */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;entryfootnote&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;halign&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=left &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;textattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(color=&amp;amp;color weight=normal size=&amp;amp;__fontsz family=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;amp;__font"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;) _footnote1 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;textfitpolicy&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=wrap;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;entryfootnote&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;halign&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=left &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;textattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(color=&amp;amp;color weight=normal size=&amp;amp;__fontsz family=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;amp;__font"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;) _footnote2 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;textfitpolicy&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=wrap;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;entryfootnote&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;halign&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=left &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;textattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(color=&amp;amp;color weight=normal size=&amp;amp;__fontsz family=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;amp;__font"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;) _title1 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;textfitpolicy&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=wrap &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;pad&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(top=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;3&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;px);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;entryfootnote&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;halign&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=left &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;textattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(color=&amp;amp;color weight=normal size=&amp;amp;__fontsz family=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;amp;__font"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;) _title2 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;textfitpolicy&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=wrap;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;entryfootnote&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;halign&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=right &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;textattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(color=&amp;amp;color weight=normal size=&amp;amp;__fontsz family=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;amp;__font"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;) _footnote3 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;textfitpolicy&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=wrap;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;endgraph&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;end&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ODS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;LISTING&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;STYLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=cmfm &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;image_dpi&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;300&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;GPATH&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"\\client\C$\temp\test"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ODS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;GRAPHICS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ON&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;RESET&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;all&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;IMAGENAME&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"adhoc12353_4"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;IMAGEFMT&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;pdf&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;WIDTH&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;7.7&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;cm&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;NOBORDER&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="Courier New" size="2"&gt;/* Produce graph */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;proc&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;sgrender&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=inplot&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;template&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=Graphics.timechange_a&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;object=CMF&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;objectlabel=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Time plot"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DYNAMIC&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;_title1 =&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;" "&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;_title2 =&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;" "&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;_footnote1 = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;""&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;_footnote2 = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"*Variables used in adjustment: Baseline A1C and prior use of OADs"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;_footnote3 = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;" "&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;_xvar = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"tptno"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;_yvar1 = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"estimate"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;_group = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"atrsort"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;_displayopt=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"all"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;format&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; atrsort &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;$_trt1v.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 08:18:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-CMYK-colored-figures-with-GTL/m-p/366429#M12748</guid>
      <dc:creator>Minki</dc:creator>
      <dc:date>2017-06-13T08:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating CMYK colored figures with GTL</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Creating-CMYK-colored-figures-with-GTL/m-p/481929#M16636</link>
      <description>&lt;P&gt;I'm interested in this answer as well as my issue seems similar. We are writing out PDF files to send to a professional printer using CMYK and the professional printer is indicating it is coming to them as RGB.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 16:26:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Creating-CMYK-colored-figures-with-GTL/m-p/481929#M16636</guid>
      <dc:creator>ldenney</dc:creator>
      <dc:date>2018-07-27T16:26:29Z</dc:date>
    </item>
  </channel>
</rss>

