Mercurial > hg > octave-nkf
comparison scripts/plot/newplot.m @ 17204:d87179b38bcf
doc: Touch up alignment of @multitables in plot, legend, newplot.
* scripts/plot/legend.m, scripts/plot/newplot.m,
scripts/plot/plot.m: Don't use spacer rows between multitable items.
author | Rik <rik@octave.org> |
---|---|
date | Wed, 07 Aug 2013 22:20:32 -0700 |
parents | eaab03308c0b |
children | bc924baa2c4e |
comparison
equal
deleted
inserted
replaced
17203:efd8963f925f | 17204:d87179b38bcf |
---|---|
41 ## | 41 ## |
42 ## @item "replace" @tab Delete all child objects of the figure and reset all | 42 ## @item "replace" @tab Delete all child objects of the figure and reset all |
43 ## figure properties to their defaults. However, the following four properties | 43 ## figure properties to their defaults. However, the following four properties |
44 ## are not reset: Position, Units, PaperPosition, PaperUnits. This is | 44 ## are not reset: Position, Units, PaperPosition, PaperUnits. This is |
45 ## equivalent to @code{clf reset}. | 45 ## equivalent to @code{clf reset}. |
46 ## | |
47 ## @end multitable | 46 ## @end multitable |
48 ## | 47 ## |
49 ## @multitable @columnfractions .25 .75 | 48 ## @multitable @columnfractions .25 .75 |
50 ## @headitem Axis NextPlot @tab Action | 49 ## @headitem Axis NextPlot @tab Action |
51 ## @item "add" @tab Add new graphic objects to the current axes. This is | 50 ## @item "add" @tab Add new graphic objects to the current axes. This is |
58 ## | 57 ## |
59 ## @item "replace" (default) @tab Delete all child objects of the axis and | 58 ## @item "replace" (default) @tab Delete all child objects of the axis and |
60 ## reset all axis properties to their defaults. However, the following | 59 ## reset all axis properties to their defaults. However, the following |
61 ## properties are not reset: Position, Units. This is equivalent to | 60 ## properties are not reset: Position, Units. This is equivalent to |
62 ## @code{cla reset}. | 61 ## @code{cla reset}. |
63 ## | |
64 ## @end multitable | 62 ## @end multitable |
65 ## | 63 ## |
66 ## If the optional input @var{hfig} or @var{hax} is given then prepare the | 64 ## If the optional input @var{hfig} or @var{hax} is given then prepare the |
67 ## specified figure or axes rather than the current figure and axes. | 65 ## specified figure or axes rather than the current figure and axes. |
68 ## | 66 ## |