Hello,
I have a quite simple plot file which works very fine with gnuplot 4.0 and
also with 3.9 but it does not work with 4.2. Using gnuplot 4.2 the legend
as defined by the set key command does not show however the data graphs
are
plotted fine, and no errors are re****ted. This is the plot command file:
set xdata time
set autoscale
set size 1.1,1.1
# Be aware: There is a tab inside !!
set timefmt "%Y-%m-%d %H:%M:%S"
# Line style for data ^F sensor1, sensor 2
set style line 1 lt 1 lw 1 pt 2 ps 0.5
set style line 2 lt 2 lw 1 pt 2 ps 0.5
set key right
set output "/home/krienke/public_html/wetter/images/3th8887";
set terminal png small xEAF0FF
set format x "%d-%m-%y\n%H:%M"
plot "/tmp/wetterData_8887.txt" using 1:3 title "Temp" with lines ls 1, \
"/tmp/wetterData_8887.txt" using 1:4 title "Feuchte" with lines ls 2
Any idea what might cause this problem? By the way it does not make any
difference if I try to place the key at left or center, its simply not
plotted when I use gnuplot 4.2.
Thanks
rainer
--
Rainer Krienke, Uni Koblenz, Rechenzentrum, A22, Universitaetsstrasse 1
56070 Koblenz, http://www.uni-koblenz.de/~krienke,
Tel: +49261287 1312
PGP: http://www.uni-koblenz.de/~krienke/mypgp.html,Fax:
+49261287 1001312


|