|
From: Tatsuro M. <tma...@ya...> - 2008-10-09 23:22:11
|
Hello
I have tested emf term gnuplot 4.2.4 (win32 djgpp)
New features, changes and fixes in gnuplot version 4.2.4
===========================================================
* NEW add support for enhanced text mode in the emf terminal driver
gnuplot> set term svg enh
Terminal type set to 'svg'
Options are 'size 600 480 fixed enhanced fname 'Arial' fsize 12 butt '
gnuplot> set xlabel 'Time (10^6 {/Symbol m}s)'
gnuplot> set title '{/Symbol=18 \362@_{/=9.6 0}^{/=12 x}} \
> {/Helvetica e^{-{/Symbol m}^2/2} d}{/Symbol m}'
gnuplot> set out 'hoge.svg'
gnuplot> plot sin(x)
gnuplot> set out
gnuplot> set term emf enh
Terminal type set to 'emf'
Options are 'color dashed "Arial" 12'
gnuplot> set out 'hoge.emf'
gnuplot> set xlabel 'Time (10^6 {/Symbol m}s)'
gnuplot> plot sin(x)
gnuplot> set out
'svg term enh' worked but &emf term enh' did not work.
Options are 'size 600 480 fixed enhanced fname 'Arial' fsize 12 butt '(svg)
Options are 'color dashed "Arial" 12' (emf)
There was no word 'enhanced' in 'Options ......'.
Is this a bug?
Regards
Tatsuro
--------------------------------------
Enjoy MLB with MAJOR.JP! Ichiro, Matsuzaka, Matsui, and more!
http://pr.mail.yahoo.co.jp/mlb/
|