|
From: Allin C. <cot...@wf...> - 2007-11-20 16:33:49
|
On Tue, 20 Nov 2007, Timothée 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 |