comparison doc/interpreter/plot.txi @ 14853:72b8b39e12be

doc: Periodic grammarcheck of documentation. * contrib.txi, diagperm.txi, emacs.txi, install.txi, package.txi, plot.txi, poly.txi, vectorize.txi, strread.m, textscan.m, graphics_toolkit.m, bicg.m, bicgstab.m, cgs.m, rand.cc, data.cc: Periodic grammarcheck of documentation.
author Rik <octave@nomad.inbox5.com>
date Mon, 09 Jul 2012 10:34:43 -0700
parents 447038c2dde8
children c3fd61c59e9c
comparison
equal deleted inserted replaced
14852:53d2c3598d33 14853:72b8b39e12be
842 @example 842 @example
843 print -dpsc 843 print -dpsc
844 @end example 844 @end example
845 845
846 @noindent 846 @noindent
847 prints the current figure to a color PostScript printer. And, 847 prints the current figure to a color PostScript printer. And,
848 848
849 @example 849 @example
850 print -deps foo.eps 850 print -deps foo.eps
851 @end example 851 @end example
852 852
1178 @node Root Figure Properties 1178 @node Root Figure Properties
1179 @subsubsection Root Figure Properties 1179 @subsubsection Root Figure Properties
1180 @cindex root figure properties 1180 @cindex root figure properties
1181 1181
1182 The @code{root figure} properties are: 1182 The @code{root figure} properties are:
1183
1183 @table @code 1184 @table @code
1184 @item __modified__ 1185 @item __modified__
1185 --- Values: "on," "off" 1186 --- Values: "on," "off"
1186 1187
1187 @item __myhandle__ 1188 @item __myhandle__
1250 @node Figure Properties 1251 @node Figure Properties
1251 @subsubsection Figure Properties 1252 @subsubsection Figure Properties
1252 @cindex figure properties 1253 @cindex figure properties
1253 1254
1254 The @code{figure} properties are: 1255 The @code{figure} properties are:
1256
1255 @table @code 1257 @table @code
1256 @item __graphics_toolkit__ 1258 @item __graphics_toolkit__
1257 --- The graphics toolkit currently in use. 1259 --- The graphics toolkit currently in use.
1258 1260
1259 @item __enhanced__ 1261 @item __enhanced__
1333 With @code{"keypressfcn"}, The keyboard callback functions. These 1335 With @code{"keypressfcn"}, The keyboard callback functions. These
1334 callback functions get called when a key is pressed/released 1336 callback functions get called when a key is pressed/released
1335 respectively. The functions are called with two input arguments. The 1337 respectively. The functions are called with two input arguments. The
1336 first argument holds the handle of the calling figure. The second 1338 first argument holds the handle of the calling figure. The second
1337 argument holds the event structure which has the following members: 1339 argument holds the event structure which has the following members:
1340
1338 @table @code 1341 @table @code
1339 @item Character 1342 @item Character
1340 The ASCII value of the key 1343 The ASCII value of the key
1341 1344
1342 @item Key 1345 @item Key
1354 1357
1355 @item name 1358 @item name
1356 1359
1357 @item nextplot 1360 @item nextplot
1358 May be one of 1361 May be one of
1362
1359 @table @code 1363 @table @code
1360 @item "new" 1364 @item "new"
1361 1365
1362 @item "add" 1366 @item "add"
1363 1367
1449 @node Axes Properties 1453 @node Axes Properties
1450 @subsubsection Axes Properties 1454 @subsubsection Axes Properties
1451 @cindex axes properties 1455 @cindex axes properties
1452 1456
1453 The @code{axes} properties are: 1457 The @code{axes} properties are:
1458
1454 @table @code 1459 @table @code
1455 @item __modified__ 1460 @item __modified__
1456 1461
1457 @item __myhandle__ 1462 @item __myhandle__
1458 1463
1578 1583
1579 @item minorgridlinestyle 1584 @item minorgridlinestyle
1580 1585
1581 @item nextplot 1586 @item nextplot
1582 May be one of 1587 May be one of
1588
1583 @table @code 1589 @table @code
1584 @item "new" 1590 @item "new"
1585 1591
1586 @item "add" 1592 @item "add"
1587 1593
1794 @node Line Properties 1800 @node Line Properties
1795 @subsubsection Line Properties 1801 @subsubsection Line Properties
1796 @cindex line properties 1802 @cindex line properties
1797 1803
1798 The @code{line} properties are: 1804 The @code{line} properties are:
1805
1799 @table @code 1806 @table @code
1800 @item __modified__ 1807 @item __modified__
1801 1808
1802 @item __myhandle__ 1809 @item __myhandle__
1803 1810
1905 @node Text Properties 1912 @node Text Properties
1906 @subsubsection Text Properties 1913 @subsubsection Text Properties
1907 @cindex text properties 1914 @cindex text properties
1908 1915
1909 The @code{text} properties are: 1916 The @code{text} properties are:
1917
1910 @table @code 1918 @table @code
1911 @item __modified__ 1919 @item __modified__
1912 1920
1913 @item __myhandle__ 1921 @item __myhandle__
1914 1922
2022 @node Image Properties 2030 @node Image Properties
2023 @subsubsection Image Properties 2031 @subsubsection Image Properties
2024 @cindex image properties 2032 @cindex image properties
2025 2033
2026 The @code{image} properties are: 2034 The @code{image} properties are:
2035
2027 @table @code 2036 @table @code
2028 @item __modified__ 2037 @item __modified__
2029 2038
2030 @item __myhandle__ 2039 @item __myhandle__
2031 2040
2098 @node Patch Properties 2107 @node Patch Properties
2099 @subsubsection Patch Properties 2108 @subsubsection Patch Properties
2100 @cindex patch properties 2109 @cindex patch properties
2101 2110
2102 The @code{patch} properties are: 2111 The @code{patch} properties are:
2112
2103 @table @code 2113 @table @code
2104 @item __modified__ 2114 @item __modified__
2105 2115
2106 @item __myhandle__ 2116 @item __myhandle__
2107 2117
2246 @node Surface Properties 2256 @node Surface Properties
2247 @subsubsection Surface Properties 2257 @subsubsection Surface Properties
2248 @cindex surface properties 2258 @cindex surface properties
2249 2259
2250 The @code{surface} properties are: 2260 The @code{surface} properties are:
2261
2251 @table @code 2262 @table @code
2252 @item __modified__ 2263 @item __modified__
2253 2264
2254 @item __myhandle__ 2265 @item __myhandle__
2255 2266
2521 Line styles are specified by the following properties: 2532 Line styles are specified by the following properties:
2522 2533
2523 @table @code 2534 @table @code
2524 @item linestyle 2535 @item linestyle
2525 May be one of 2536 May be one of
2537
2526 @table @code 2538 @table @code
2527 @item "-" 2539 @item "-"
2528 Solid line. [default] 2540 Solid line. [default]
2529 2541
2530 @item "--" 2542 @item "--"
2549 @subsection Marker Styles 2561 @subsection Marker Styles
2550 @cindex graphics marker styles 2562 @cindex graphics marker styles
2551 @cindex marker styles, graphics 2563 @cindex marker styles, graphics
2552 2564
2553 Marker styles are specified by the following properties: 2565 Marker styles are specified by the following properties:
2566
2554 @table @code 2567 @table @code
2555 @item marker 2568 @item marker
2556 A character indicating a plot marker to be place at each data point, or 2569 A character indicating a plot marker to be place at each data point, or
2557 @code{"none"}, meaning no markers should be displayed. 2570 @code{"none"}, meaning no markers should be displayed.
2558 2571