Control: retitle -1 font size no longer taken into account in wxt terminals

On 2016-01-14 01:06:18 +0100, Vincent Lefevre wrote:
> After the upgrade to gnuplot5 5.0.2+dfsg1-1, the font size is now
> incorrect (much too large).

Actually it is no longer taken into account. The wxt terminal is
affected, but not the qt terminal. Testcase:

------------------------------------------------------------
#!/bin/sh

term=${1:-wxt}

for fontsize in 5 10 15
do
  gnuplot -persist <<EOF
set terminal $term font ',$fontsize' size 600, 400
set key left Left reverse
plot "-" using 1:2 t "Test" with line
0 0
10 10
e
EOF
done
------------------------------------------------------------

With gnuplot5 5.0.1+dfsg1-3, I obtain 3 different font sizes
as expected (debbug810943-501[abc].png attached). But with
gnuplot5 5.0.2+dfsg1-1, the font size in the 3 cases is similar
to the 10 one for gnuplot5 5.0.1+dfsg1-3 (debbug810943-502.png
attached).

-- 
Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

Reply via email to