|
From: Petr M. <mi...@ph...> - 2006-08-31 15:48:11
|
>> What will be the default terminal for 4.2 under X11 -- x11 or wxt? >> Currently it is wxt. > > It is only the default if all the supporting libraries are found. > People who have all the pango + cairo + wxgtl libraries may reasonably > be assumed to want to take advantage of them. Yes, it will be compiled automatically. So, for modern linux distributions, gnuplot will depend on more packages then until now. Or some "optimized" distributions could even distribute both gnuplot/X11 and gnuplot/X11+WX. > If not, then they can set GNUTERM to x11. it is easier to modify $HOME/.gnuplot >> However, its performance for drawing images is lower than x11. >> Should not be x11 the default? > > I personally find wxt to be preferable to x11. > The anti-aliasing makes the plots easier to read, Yes, wxt has nicer drawings. > But I admit that I do not use gnuplot for drawing images, > so if the performance at that specific task is not good > then I can understand why your preference might depend on > your typical usage. I just try to measure it (averaged over 10 times of plot 'out.gpbin' binary with image): # Results: 512^2 image: x11 takes 0.25 second, wxt 0.5 seconds # Results: 1024^2 image: x11 takes 0.8 second, wxt 1.4 seconds # Results: 2048^2 image: x11 takes 3.2 second, wxt 5.0 seconds (I use it for images mainly under Octave.) > If it is only a matter of speed, then maybe it can be > further optimized. I think Timothee said that's the speed of pango which will be optimized later on. >> What about printing the following message on gnuplot startup: >> >> Send bug reports and suggestions to <gnu...@li...> >> Interactive terminals: x11, wxt >> Interactive terminals: pm, x11 >> Interactive terminals: windows > > I assume you mean to print only one of those lines on any given setup. yes > But why would anyone want to see that every time? Because he can choose? --- PM |