comparison doc/interpreter/install.txi @ 12702:013cd94d8d7f stable

doc: Spelling fixes for various documentation files * NEWS, NEWS.1, NEWS.2, NEWS.3, README.MacOS, README.Windows, doc/faq/OctaveFAQ.texi, doc/interpreter/install.txi, doc/interpreter/sparseimages.m, doc/liboctave/array.texi, examples/COPYING: Spelling fixes
author John Bradshaw <john@johnbradshaw.org>
date Sat, 04 Jun 2011 07:26:45 -0700
parents d0b799dafede
children b80b18f537ca
comparison
equal deleted inserted replaced
12701:de3e90a420e3 12702:013cd94d8d7f
221 There are currently two options for plotting in Octave: (1) the external 221 There are currently two options for plotting in Octave: (1) the external
222 program gnuplot, or (2) the internal graphics engine using OpenGL and 222 program gnuplot, or (2) the internal graphics engine using OpenGL and
223 FLTK@. Gnuplot is a command-driven interactive function plotting 223 FLTK@. Gnuplot is a command-driven interactive function plotting
224 program. Gnuplot is copyrighted, but freely distributable. As of 224 program. Gnuplot is copyrighted, but freely distributable. As of
225 Octave release 3.4, gnuplot is the default option for plotting. But, 225 Octave release 3.4, gnuplot is the default option for plotting. But,
226 the internal graphics engine is nearly 100% compatibile, certainly for 226 the internal graphics engine is nearly 100% compatible, certainly for
227 most ordinary plots, and users are encouraged to test it. It is 227 most ordinary plots, and users are encouraged to test it. It is
228 anticipated that the internal engine will become the default option at 228 anticipated that the internal engine will become the default option at
229 the next major release of Octave. 229 the next major release of Octave.
230 230
231 To compile Octave, you will need a recent version of @code{g++} or other 231 To compile Octave, you will need a recent version of @code{g++} or other