[Thread Prev][Thread Next][Index]

Re: characters font and symbols font



I think Jaison is right. Once @as is used in a label statement, 
there is no way to cancel it. The only option is to use 2 labels, 
carefully placed. Or rework your label to give the text with the 
degree mark first, then the @as text.

And note that the degree mark is more easily obtained by the
"#" character: 140#W

label/nou 3 2 0 0 .15 Salinity at 140#W @asblah_blah

Billy K
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* William S. Kessler
* NOAA / Pacific Marine Environmental Laboratory
* 7600 Sand Point Way NE, Seattle WA 98115 USA
* Web: http://www.pmel.noaa.gov/~kessler
* 
* ----- Through October 2004 -----
* UR65 Océanographie Physique
* Institut de Recherche pour le Développement
* Centre de Nouméa, BP A5 Nouméa, New Caledonia
* Tel: (687) 26 07 28   Fax: 26 43 26
* kessler@noumea.ird.nc
*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Selon Jaison Kurian <jaison@caos.iisc.ernet.in>:

> 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