Bug#810943: gnuplot5-qt: incorrect font size (regression in gnuplot5 5.0.2+dfsg1-1)

Vincent Lefevre vincent at vinc17.net
Thu Jan 14 01:08:48 UTC 2016


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 <vincent at vinc17.net> - 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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: debbug810943-501a.png
Type: image/png
Size: 16934 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20160114/8ddedbe0/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: debbug810943-501b.png
Type: image/png
Size: 14443 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20160114/8ddedbe0/attachment-0005.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: debbug810943-501c.png
Type: image/png
Size: 15129 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20160114/8ddedbe0/attachment-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: debbug810943-502.png
Type: image/png
Size: 14450 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20160114/8ddedbe0/attachment-0007.png>


More information about the debian-science-maintainers mailing list