Dear Allin
Attached please find the gnuplot command generated by gretl 1.8.0cvs
(build date 2009-01-31) with Chinese characters for the x-axes of the
correlograms and the default font "verdana.".
This can be replicated by opening djclose.gdt and then right-clicking
djclose to choose the coorelogram with lag=4 under zh_TW environment
in Windows XP.
I also attached two png files. ACF-with-correct-Chinese1.png shows the
correct Chinese characters while ACF-with-wrong-Chinese.png shows the
wrong Chinese characters. Hopefully these can help.
Best wishes
Yi-Nung Yang
====================================================
# set term pngcairo font "verdana,10"
set encoding utf8
# correlogram
set style line 1 lc rgb "#ff0000"
set style line 2 lc rgb "#0000ff"
set style line 3 lc rgb "#00cc00"
set style line 4 lc rgb "#bf25b2"
set style line 5 lc rgb "#8faab3"
set style line 6 lc rgb "#ffa500"
set style increment user
set size 1.0,1.0
set multiplot
set size 1.0,0.48
set xzeroaxis
set key right top
set xlabel '落後期 (lag)'
set yrange [-1.1:1.1]
set origin 0.0,0.50
set title 'ACF for djclose'
set xrange [0:5]
plot \
'-' using 1:2 notitle w impulses lw 5, \
0.0389823 title '+- 1.96/T^0.5' lt 2, \
-0.0389823 notitle lt 2
1 0.99825
2 0.996506
3 0.994863
4 0.993239
e
set origin 0.0,0.0
set title 'PACF for djclose'
set xrange [0:5]
plot \
'-' using 1:2 notitle w impulses lw 5, \
0.0389823 title '+- 1.96/T^0.5' lt 2, \
-0.0389823 notitle lt 2
1 0.99825
2 0.00073717
3 0.0279233
4 0.00493678
e
set nomultiplot
====================================================
2009/2/17 Allin Cottrell <cottrell(a)wfu.edu>:
On Tue, 10 Feb 2009, yinung at Gmail wrote:
> I did some tests for the traditional Chinese translation on the
> "fresh" installed WinXP and Ubuntu 8.10...
Thanks for the report; I'll see what we can do in terms of
improvement.
> The default font set in gnuplot is "Verdana" in win XP. This font does
> not work at all. The font should be (manually) changed to Tahoma (or
> None) to show the correct Chinese characters in Title of plots/axes,
> legends, labels.
Can you give an example of a type of graph that displays some
Chinese characters?
Allin.
_______________________________________________
Gretl-users mailing list
Gretl-users(a)lists.wfu.edu
http://lists.wfu.edu/mailman/listinfo/gretl-users