From: Hans-Bernhard B. <br...@ph...> - 2004-08-18 08:12:13
|
On Wed, 18 Aug 2004, Daniel J Sebald wrote: > Some observations about demos: > > borders.dem isn't very useful. Too fast to see what is on the page. > Plus requires CNTRL-C to exit. > > The following demos are not in all.dem: > borders.dem You've just given the main reason why, I think. I guess the demo should be changed along the lines of animate.dem, i.e. limit the reread loops by a counter, and possibly introduce a pause to make it possible to see something. > candlesticks.dem > charset.dem > enhancedtext.dem > multiplt.dem (such a nice demo) > starmap.dem (another nice demo) > vector.dem (another nice demo) > > mousevariables.dem, fontfile.dem and fontfile_latex.dem aren't in > all.dem, but on purpose I think. I suspect the same applies to enhancedtext.dem --- they test features that are not known to either be available or fail seamlessly, on all terminals. Ethan, these were introduced by you: any comments? > Not finding the font files will cause gnuplot to error out. Maybe they > could be put at the very end of all.dem so that if they do crash, > nothing will be missed. We've discussed this, but never reached a conclusion. all.dem should probably be generated by 'configure' anyway. But putting unrealiable stuff doesn't really work, not as long as 'make check' expects to run all.dem on the default terminal and expects it to succeed. I.e. at the very least, we'ld have to have two copies of all.dem: one for feature demonstration, the other to be used by "make check". The latter would have to make sure it only uses features that don't cause gnuplot to error out. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |