From: Jan S. <jan...@lr...> - 2006-09-08 14:53:42
|
the following script produces an symbol-font output in the key. Description: if the last letter in the xlabel statement is set in Symbol the ps-driver does not switch off the Symbol font, and The text in the key appears in Symbol font. Happens solely with xlabel and solely if the last letter is symbol Workaround: append a space in the xabel-text (only the last letter counts) # ------------------------------------------------------------- # original config. reset # label on the ascissa in Symbol font set xlabel '{/Symbol t}' set xrange [0:2*pi] # output into eps-file set terminal postscript eps enhanced color solid "Helvetica" 24 # output into file set output 'symbol_test.eps' # perform plot plot sin(x) # close outputfile set output # back to standard set terminal windows # ------------------------------------------------------------- -------------------------------------------------------------------- Dr. Jan H. Schween Meteorologisches Institut der Universit=E4t M=FCnchen Theresienstr. 37 D-80333 Munich Germany phone: +49.(0)89.2180.4635 fax: +49.(0)89.2180.4381 mail: jan...@lr... -------------------------------------------------------------------- |