|
From: Daniel J S. <dan...@ie...> - 2006-07-18 05:14:26
|
When running histograms.dem the line:
/* Jun 2006 - Return to behavior of 3.7 and current docs:
* do not interrupt plotted line because of missing data
*/
fprintf(stderr,"Missing datum %d\n", i);
of plot2d.c prints out
gnuplot> load 'histograms.dem'
Missing datum 0
Missing datum 0
Missing datum 1
Missing datum 0
Missing datum 0
Should that fprintf be active for the 4.2 release?
I've probably asked this before, but preceding and trailing white spaces... should those not be ignored as the code currently does?
gnuplot> load ' histograms.dem'
^
Cannot open load file ' histograms.dem'
util.c: No such file or directory
gnuplot> load 'histograms.dem '
^
Cannot open load file 'histograms.dem '
util.c: No such file or directory
For the history readline, the Home key places an "OH" in the line and the End key places an "OF" in the command line. Could those be altered so that Home moves the cursor to the front and End to the end of the line?
Dan
|