Version 4.2 patchlevel 6 has two bugs
1) Logarithmic calculation error
p 10*log10(10**(5/10)) w l
incorrectly returns value of 0, while
p 10*log10(10**(5)) w l
correctly returns value of -50.
2) when copying a gnuplot graph to the clipboard and pasting it to MS
Powerpoint, if the data set was drawn using linespoints style, then the
points are distorted appear as horizontal lines spread across the entire
graph in the exported graph.
Regards,
Mark.
|