[Thread Prev][Thread Next][Index]

Re: characters font and symbols font



Hi Patrick,
             Good question....i don't know wether we can get "_" and 
"^o" in one label command. The problem is that for getting "_" we need
to remove the special meaning of "_" and it is possible only by choosing
any of the Ascii fonts (ASCII Simplex Roman / ASCII Complex Roman) but 
this will remove the special meaning of "@" in the label string (for the 
same reason "^o" will fails with @AS). So one way to get it done is to go 
for two label commands like..

  plot i[i=1:100]
  label/nouser 3 2 0 0 0.15 "@ASblah_blah  blah_blah"
  label/nouser 3 2 0 0 0.15 "@CA09"
 OR
  label/nouser 3 2 0 0 0.15 "^o" 


 Hope This Helps

 With Regards

 Jaison    

On Tue, 28 Sep 2004, Patrick Brockmann wrote:

> Hi all,
> 
> How to use characters font AS and symbols fonts MA together ?
> 
> Here is what I have tried :
> 
> yes? plot i[i=1:100]
> yes? label/nouser 3 2 0 0 0.15 "@ASblah_blah blah_blah"
> --> works well
> 
> Now I would like to add a degree symbol (CARTOGRAPHIC SYMBOL 09)
> between the 2 blah_blah (notice the presence of the underscore I want to 
> keep)
> So I have tried
> 
> yes? plot i[i=1:100]
> yes? label/nouser 3 2 0 0 0.15 "@ASblah_blah @CA09 blah_blah"
> 
> But it gives not a correct label (see attached image)
> Any idea to correct this ?
> 
> Thanks
> Patrick
> 
> 

-- 
___________________________________________________

    Jaison Kurian                           
    Centre for Atmospheric and Oceanic Sciences
    Indian Institute of Science
    B A N G A L O R E   560 012
    Ph: +91-80-3942505
        +91-80-3600450
    Fax:+91-80-3600865
___________________________________________________



[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement