[Thread Prev][Thread Next][Index]

Re: [ferret_users] how to show angle brackets in labels/titles



DearXiaoyu,



I am using

label 100 -12 0 0 .2 @P4- -<OLR>

to label one variable which is an integral. Turned out to be Ferret processed the brackets as single quotation marks. So it came out as -'OLR'. Any ideas on how to solve this problem?

Two solutions.

1. Use a system font:

set text/font=Helvetica
label . . .

2. With the native font, use the character codes. Look up "font" in the official manual

../../documentation/users-guide/full-index/index#alph_f

Ryo


[Thread Prev][Thread Next][Index]