diff -r 3b7a38af5c42 -r cb4124e3e75b plotter/hpgl_qt.py --- a/plotter/hpgl_qt.py Sun Feb 03 23:39:27 2008 +0100 +++ b/plotter/hpgl_qt.py Mon Feb 04 19:02:42 2008 +0100 @@ -116,7 +116,7 @@ self.qscene.removeItem(t0) # don't ask me why theses constants are here, they seem OK, that's all t = self.qscene.addSimpleText(s, self.qfont) - t.scale(1.5 * cw/mw, -2.0 * ch/mh) + t.scale(1.1 * cw/mw, -1.6 * ch/mh) x, y = self.pos t.moveBy(x,y) br = t.boundingRect()