From: Shigeharu T. <sh...@ie...> - 2004-08-22 10:28:38
|
shige 08/22 2004 ---------------- In gnuplot.doc of current CVS version C RCS $Id: gnuplot.doc,v 1.235 2004/08/20 05:59:46 sfeam Exp $ we found some points that seem misprints or differ from real feauture of gnuplot-current. I send the context diff file for it. ----- From here ----- *** gnuplot.doc.orig Sun Aug 22 18:57:45 2004 --- gnuplot.doc Sun Aug 22 19:15:42 2004 *************** *** 164,170 **** The list of those interested in beta-test versions is: gnu...@li... ! There is also the canonical (if occassionally out-of-date) gnuplot web page at ^ <a href="http://www.gnuplot.info"> http://www.gnuplot.info --- 164,170 ---- The list of those interested in beta-test versions is: gnu...@li... ! There is also the canonical (if occasionally out-of-date) gnuplot web page at ^ <a href="http://www.gnuplot.info"> http://www.gnuplot.info *************** *** 1550,1556 **** pause mouse keypress print "Keystroke ", MOUSE_KEY, " at ", MOUSE_X, " ", MOUSE_Y ! If 'pause mouse keypress' is terminated by a mouse click rather than by a keypress, then MOUSE_KEY will contain the button number, otherwise it will contain the ascii character value of the key that was pressed. If the pause command is terminated abnormally (e.g. by ctrl-C or by externally --- 1550,1556 ---- pause mouse keypress print "Keystroke ", MOUSE_KEY, " at ", MOUSE_X, " ", MOUSE_Y ! If `pause mouse keypress` is terminated by a mouse click rather than by a keypress, then MOUSE_KEY will contain the button number, otherwise it will contain the ascii character value of the key that was pressed. If the pause command is terminated abnormally (e.g. by ctrl-C or by externally *************** *** 3087,3105 **** 5 x2ticlabels ?using x2ticlabels ?plot using x2ticlabels ! See plot using xticlabels. 5 yticlabels ?using yticlabels ?plot using yticlabels ! See plot using xticlabels. 5 y2ticlabels ?using y2ticlabels ?plot using y2ticlabels ! See plot using xticlabels. 5 zticlabels ?using zticlabels ?plot using zticlabels ! See plot using xticlabels. 3 errorbars ?commands plot errorbars ?commands splot errorbars --- 3087,3105 ---- 5 x2ticlabels ?using x2ticlabels ?plot using x2ticlabels ! See `plot using xticlabels`. 5 yticlabels ?using yticlabels ?plot using yticlabels ! See `plot using xticlabels`. 5 y2ticlabels ?using y2ticlabels ?plot using y2ticlabels ! See `plot using xticlabels`. 5 zticlabels ?using zticlabels ?plot using zticlabels ! See `plot using xticlabels`. 3 errorbars ?commands plot errorbars ?commands splot errorbars *************** *** 4067,4073 **** ?show boxwidth ?boxwidth The `set boxwidth` command is used to set the default width of boxes in the ! `boxes`, `boxerrorbars`, `candlesticks` and `histogram` styles. Syntax: set boxwidth {<width>} {absolute|relative} --- 4067,4073 ---- ?show boxwidth ?boxwidth The `set boxwidth` command is used to set the default width of boxes in the ! `boxes`, `boxerrorbars`, `candlesticks` and `histograms` styles. Syntax: set boxwidth {<width>} {absolute|relative} *************** *** 5856,5868 **** to give the `set size` and `set origin` commands before each plot: Those are generated automatically, but can be overridden at any time. With `layout` the display will be devided by a grid with <cols> colums and ! <rows> rows. This grid is filled rows first or colums first depending wether ! `rowmajor` or `columnmajor` is given by the subsequent plot commands. ! Default is `rowmajor`. Each plot can be scaled by `scale` and shifted with `offset`; if the y-values ! for shift or offset are ommited, the x-value will be used. `unset multiplot` will turn off the automatic layout. You should manually ! `set size` and `set offset` to usefull values (i.e. 1,1 and 0,0) after `unset multiplot` if you wish to make more plots in non-multiplot-mode as `unset multiplot` will leave those values as they were in the automatic layout mode. --- 5856,5868 ---- to give the `set size` and `set origin` commands before each plot: Those are generated automatically, but can be overridden at any time. With `layout` the display will be devided by a grid with <cols> colums and ! <rows> rows. This grid is filled rows first or colums first depending whether ! `rowmajor` or `columnmajor` is given by the subsequent option of the ! multiplot command. Default is `columnmajor`. Each plot can be scaled by `scale` and shifted with `offset`; if the y-values ! for scale or offset are ommited, the x-value will be used. `unset multiplot` will turn off the automatic layout. You should manually ! `set size` and `set origin` to usefull values (i.e. 1,1 and 0,0) after `unset multiplot` if you wish to make more plots in non-multiplot-mode as `unset multiplot` will leave those values as they were in the automatic layout mode. *************** *** 5875,5882 **** unset multiplot Above example will a produce 6 plots in 3 colmns filled top to bottom, left ! to right. Each plot will have a horizontal size of 1.1/3 and a vertical ! size of 0.9/2. See also ^ <a href="http://gnuplot.sourceforge.net/demo/multiplt.html">multiplot demo (multiplt.dem)</a> --- 5875,5882 ---- unset multiplot Above example will a produce 6 plots in 3 colmns filled top to bottom, left ! to right. Each plot will have a horizontal size of 1.1/2 and a vertical ! size of 0.9/3. See also ^ <a href="http://gnuplot.sourceforge.net/demo/multiplt.html">multiplot demo (multiplt.dem)</a> *************** *** 7418,7425 **** `histeps` is only a plotting style; `gnuplot` does not have the ability to create bins and determine their population from some data set. 5 histograms ! ?commands set style histograms ! ?set style histograms ?style histograms ?histograms The `histograms` style is only relevant to 2-d plotting. It produces a bar --- 7418,7425 ---- `histeps` is only a plotting style; `gnuplot` does not have the ability to create bins and determine their population from some data set. 5 histograms ! ?commands set style histogram ! ?set style histogram ?style histograms ?histograms The `histograms` style is only relevant to 2-d plotting. It produces a bar ----- To here ----- +========================================================+ Shigeharu TAKENO NIigata Institute of Technology kashiwazaki,Niigata 945-1195 JAPAN sh...@ie... TEL(&FAX): +81-257-22-8161 +========================================================+ |