|
From: <pl...@pi...> - 2007-11-05 09:12:36
|
Hi, running cvs build from about a week back I am getting scaling errors on a simple temp vs time plot. the y data is getting streched to fit the full y range. The cursor displays y values that match the data but the "with lines" plot goes from x axis to top even though the data does not cover that range. my y data goes from 17 - 70 , if I set a yrange 0:80 the plot goes 0-80 , if I let gnuplot set the range it does 10-70 as expected but the plot starts from 10 not 17 as per the data. Unfortunatley I can't check out current cvs because it fails to build without doc 529 ./prepare 530 ./configure --without-tutorial 531 make 532 make install ... make[1]: Leaving directory `/svn/gnuplot/src' Making install in docs make[1]: Entering directory `/svn/gnuplot/docs' ../mkinstalldirs /usr/local/share/gnuplot/4.3 /usr/bin/install -c -m 644 gnuplot.gih /usr/local/share/gnuplot/4.3/gnuplot.gih Creating texinfo Symbol's value as variable is void: load make[1]: *** [gnuplot.texi] Error 255 make[1]: Leaving directory `/svn/gnuplot/docs' make: *** [install-recursive] Error 1 bash-3.2# I got this after running cvs up -P gnuplot on a cvs tree that did compile and install a short while ago. To check again I did a fresh cvs co gnuplot and got the same error. Am I missing a step or has --without-tutorial got an issue? I suspect the plot error was already there but I had not noticed Any suggestions? TIA, Peter. |