|
From: Dmitri A. S. <das...@gm...> - 2007-11-20 16:38:26
|
On Nov 20, 2007 10:32 AM, Allin Cottrell <cot...@wf...> wrote: > On Tue, 20 Nov 2007, Timoth=E9e Lecomte wrote: > > > term->xmax and term->ymax are updated in *_graphics(), the > > latter also calls *_set_font() which sets term->h_tic, v_tic, > > v_char, h_char, based on the font size. > > > > For me it works: > > > > set term wxt > > set size square > > set polar > > plot 1 > > > > ...gives a square circle. > > Hmm, I just did a CVS update and tried the exact commands above, > with the wxt terminal. Here, the circle is compressed in the > horizontal dimension: the height seems to be twice the width. > The numbers on the x-axis are also compressed and overlapping > each other. > > waverley:~$ uname -a > Linux waverley 2.6.23.8 #1 SMP PREEMPT Sun Nov 18 10:50:56 EST > 2007 i686 GNU/Linux > waverley:~$ pkg-config --modversion cairo > 1.4.10 > waverley:~$ pkg-config --modversion pango > 1.18.3 > > Allin Cottrell > I can confirm that on Fedora 8 (the same version of pango and cairo). Sincerely, Dmitri. -- |