<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Thank you very much for help!! &nbsp;^.^</div><div><br></div><div>I just found a way using the back quote character (`).&nbsp;</div><div>the usage is something like --&gt; draw title Potential Temperature (`3z`1)</div><div><br></div><div>seems that the back quote "calls" the font type 3 (greek letters)...&nbsp;</div><div>I will look the instructions now!!</div><div><br></div><div>thank you again.</div><div><br></div><div><br></div>  <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">De:</span></b> Alan Robock &lt;robock@envsci.rutgers.edu&gt;<br> <b><span style="font-weight: bold;">Para:</span></b> Wagner Galichio
 &lt;faniker@yahoo.com.br&gt;; GrADS Users Forum &lt;gradsusr@gradsusr.org&gt; <br> <b><span style="font-weight: bold;">Enviadas:</span></b> Quinta-feira, 22 de Dezembro de 2011 15:08<br> <b><span style="font-weight: bold;">Assunto:</span></b> Re: [gradsusr] greek characters<br> </font> <br><div id="yiv2105901379">
  

    
  
  <div>
    Yes.&nbsp; See instructions at <a rel="nofollow" class="yiv2105901379moz-txt-link-freetext" target="_blank" href="http://climate.envsci.rutgers.edu/grads">http://climate.envsci.rutgers.edu/grads</a><br>
    <br>
    Use font.gs to show you all the characters in font 3, and then use
    them as instructed.<br>
    <br>
    <pre>ga-&gt; run font.gs 3</pre>
    <br>
    I repeat the script here:<br>
    <br>
    <pre>function font(arg)
if (arg='')
  arg = 1
endif

fch = '!"#$%&amp;''()*+,-./0123456789:;&lt;=&gt;?@ABCDEFGHIJKLMNOP'
fch = fch % 'QRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~'

'set font 1'
'set strsiz 0.3'
'set string 1 c 3'
'draw string 5.5 8.0 Font Set 'arg
x = 1.0
y = 7.0
i = 1
'set font 0'
'set strsiz 0.2'
'set string 1 c 1'
while (i&lt;95)
  'draw string 'x' 'y' 'substr(fch,i,1)' `'%arg%substr(fch,i,1)
  x = x + 1.5
  if (x&gt;10.5)
    x = 1.0
    y = y - 0.4
  endif
  i = i + 1
endwhile</pre>
    <br>
    <pre class="yiv2105901379moz-signature">   
Alan

[On sabbatical for current academic year.  The best way to contact me
is by email, <a rel="nofollow" class="yiv2105901379moz-txt-link-abbreviated" ymailto="mailto:robock@envsci.rutgers.edu" target="_blank" href="mailto:robock@envsci.rutgers.edu">robock@envsci.rutgers.edu</a>, or at 732-881-1610 (cell).]

Alan Robock, Professor II (Distinguished Professor)
  Editor, Reviews of Geophysics
  Director, Meteorology Undergraduate Program
  Associate Director, Center for Environmental Prediction
Department of Environmental Sciences        Phone: +1-732-932-9800 x6222
Rutgers University                                  Fax: +1-732-932-8644
14 College Farm Road                   E-mail: <a rel="nofollow" class="yiv2105901379moz-txt-link-abbreviated" ymailto="mailto:robock@envsci.rutgers.edu" target="_blank" href="mailto:robock@envsci.rutgers.edu">robock@envsci.rutgers.edu</a>
New Brunswick, NJ 08901-8551  USA      <a rel="nofollow" class="yiv2105901379moz-txt-link-freetext" target="_blank" href="http://envsci.rutgers.edu/~robock">http://envsci.rutgers.edu/~robock</a>
</pre>
    <br>
    On 12/22/2011 9:00 AM, Wagner Galichio wrote:
    <blockquote type="cite">
      <div style="color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; ">
        <div>Hello,&nbsp;</div>
        <div><br>
        </div>
        <div>My name is Wagner, and I'm looking for some way to make the
          grads put greek characters in the title of my figures, such as
          Delta, Epsilon, Eta, etc...&nbsp;</div>
        <div><span style="font-size:12pt;">It is possible? Can someone
            help me with this?</span><br>
        </div>
        <div><span style="font-size:12pt;"><br>
          </span></div>
        <div><span style="font-size:12pt;">thank you.&nbsp;</span></div>
      </div>
      <br>
      <fieldset class="yiv2105901379mimeAttachmentHeader"></fieldset>
      <br>
      <pre>_______________________________________________
gradsusr mailing list
<a rel="nofollow" class="yiv2105901379moz-txt-link-abbreviated" ymailto="mailto:gradsusr@gradsusr.org" target="_blank" href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
<a rel="nofollow" class="yiv2105901379moz-txt-link-freetext" target="_blank" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
</pre>
    </blockquote>
  </div>

</div><br><br> </div> </div>  </div></body></html>