Mercurial > hg > octave-nkf
comparison doc/interpreter/plot.txi @ 11591:1d13679b587e
Use @nospell macro on certain words in docstrings.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 20 Jan 2011 19:33:32 -0800 |
parents | 8ac9687dbe9f |
children | 9558ca33648d |
comparison
equal
deleted
inserted
replaced
11590:4ced6b90fffb | 11591:1d13679b587e |
---|---|
36 capability is provided by access to OpenGL@. Which plotting system | 36 capability is provided by access to OpenGL@. Which plotting system |
37 is used is controlled by the @code{graphics_toolkit} function. (See | 37 is used is controlled by the @code{graphics_toolkit} function. (See |
38 @ref{Graphics Toolkits}.) | 38 @ref{Graphics Toolkits}.) |
39 | 39 |
40 The function call @code{graphics_toolkit ("fltk")} selects the | 40 The function call @code{graphics_toolkit ("fltk")} selects the |
41 fltk/OpenGL system, and @code{graphics_toolkit ("gnuplot")} selects the | 41 FLTK/OpenGL system, and @code{graphics_toolkit ("gnuplot")} selects the |
42 gnuplot system. The two systems may be used selectively through the use | 42 gnuplot system. The two systems may be used selectively through the use |
43 of the @code{graphics_toolkit} property of the graphics handle for each | 43 of the @code{graphics_toolkit} property of the graphics handle for each |
44 figure. This is explained in @ref{Graphics Data Structures}. | 44 figure. This is explained in @ref{Graphics Data Structures}. |
45 | 45 |
46 @node High-Level Plotting | 46 @node High-Level Plotting |