|
From: Tatsuro M. <tma...@ya...> - 2009-11-12 08:41:01
|
Hello OK I see. Default windows size of windows terminal is very large, (In my case GraphSize=920 725) I have change Graph size to my favor. Considering the above, appearance of the graph is to be optimized by the user. BTW, it is interesting that the appearance of same plot is different for each other in default size on Windows or Linux. Regards Tatsuro --- Allin Cottrell wrote: > > On Wed, 11 Nov 2009, Ethan Merritt wrote: > > > On Wednesday 11 November 2009, Allin Cottrell wrote: > > > > > > On Wed, 11 Nov 2009, Ethan Merritt wrote: > > > > > > > On Wednesday 11 November 2009, Tatsuro MATSUOKA wrote: > > > > > http://www.geocities.jp/tmgpltwin/Files/Files.html#0037 > > > > > > > > I see what you mean. > > > > I suppose it is a side-effect of requesting the freetype back > > > > end rather than the win32 back end. > > > > > > > > I think that default window size is better to be expanded in y > > > > > direction. > > > > > > > > The window size in your screenshot is the same as I see under > > > > linux. The difference is the vertical space allocated for each > > > > text string. The program is reserving too much space for each > > > > line of text, presumably because pango_layout_get_extents() is > > > > reporting too large a vertical extent. I am guessing that it is > > > > another bug in the Windows implementation of pango. > > > > > > This part of the image demo looks pretty bad to me on Linux (in a > > > setup where most things that use FreeType + fontconfig look fine). > > > This is using current CVS gnuplot (with the new code in gp_cairo.c > > > inactive, since WIN32 is not defined). Sample screenshot at > > > > > > http://www.wfu.edu/~cottrell/gptest/penguins.png > > > > Yes, that's very close to what I see here with the default font. > > The layout works much better if I say > > set term wxt ",7" > > > > Perhaps more relevant, it also looks better if I force the wxt terminal > > window size to 640x480 to match the bitmap terminals. > > > > set term wxt size 640,480 > > > > But is this a bug? > > No, I wouldn't say it's a bug. I think maybe it's an infelicity > in the demo file, but then it could get complicated to put lots of > conditionals into the demo, dependent on the terminal type. > > I think my point is this: Tatsuro got some bad-looking results > from the demo on wxt on Windows, but this by itself is not > "evidence against" the current gnuplot code, if the demofile > parameters are not properly "tuned" for cairo/wxt output. > > Allin Cottrell > -------------------------------------- GyaO! - Anime, Dramas, Movies, and Music videos [FREE] http://pr.mail.yahoo.co.jp/gyao/ |