comparison doc/interpreter/plot.txi @ 19152:0f9c5a15c8fa

doc: Periodic grammarcheck of documentation. * doc/interpreter/contrib.txi, doc/interpreter/expr.txi, doc/interpreter/func.txi, doc/interpreter/linalg.txi, doc/interpreter/plot.txi, libinterp/corefcn/data.cc, libinterp/corefcn/debug.cc, libinterp/corefcn/graphics.cc, libinterp/corefcn/help.cc, libinterp/corefcn/load-save.cc, libinterp/corefcn/profiler.cc, libinterp/corefcn/syscalls.cc, libinterp/corefcn/utils.cc, libinterp/corefcn/variables.cc, libinterp/dldfcn/__init_fltk__.cc, scripts/general/deal.m, scripts/help/__gripe_missing_component__.m, scripts/miscellaneous/desktop.m, scripts/pkg/private/default_prefix.m, scripts/plot/appearance/__getlegenddata__.m, scripts/plot/util/pan.m, scripts/plot/util/rotate.m, scripts/plot/util/rotate3d.m, scripts/plot/util/zoom.m, scripts/signal/periodogram.m, scripts/specfun/factor.m, scripts/specfun/primes.m, scripts/statistics/base/lscov.m, scripts/testfun/private/compare_plot_demos.m, scripts/testfun/private/dump_demos.m, scripts/testfun/private/html_compare_plot_demos.m, scripts/testfun/test.m: Periodic grammarcheck of documentation.
author Rik <rik@octave.org>
date Mon, 22 Sep 2014 20:46:54 -0700
parents 4e5fae88065f
children 1f2a16d41ba2
comparison
equal deleted inserted replaced
19151:e09318118fd6 19152:0f9c5a15c8fa
1471 the mouse pointer was when a mouse event occurred. The x and y 1471 the mouse pointer was when a mouse event occurred. The x and y
1472 coordinates are in units defined by the figures @qcode{"units"} property 1472 coordinates are in units defined by the figures @qcode{"units"} property
1473 and their origin is the lower left corner of the plotting area. 1473 and their origin is the lower left corner of the plotting area.
1474 1474
1475 Events which sets @qcode{"currentpoint"} are 1475 Events which sets @qcode{"currentpoint"} are
1476
1476 @table @asis 1477 @table @asis
1477 @item A mouse button was pressed 1478 @item A mouse button was pressed
1478 always 1479 always
1479 1480
1480 @item A mouse button was released 1481 @item A mouse button was released
1586 --- Values: @qcode{"on"}, @qcode{"off"} 1587 --- Values: @qcode{"on"}, @qcode{"off"}
1587 1588
1588 @item selectiontype 1589 @item selectiontype
1589 Holds information about the last mouse button press within the figure. 1590 Holds information about the last mouse button press within the figure.
1590 May be one of 1591 May be one of
1592
1591 @table @asis 1593 @table @asis
1592 @item @qcode{"normal"} 1594 @item @qcode{"normal"}
1593 Left mouse button click. 1595 Left mouse button click.
1594 1596
1595 @item @qcode{"extend"} 1597 @item @qcode{"extend"}
1716 @item currentpoint 1718 @item currentpoint
1717 An 2-by-3 matrix @code{[xf, yf, zf; xb, yb, zb]} which holds the 1719 An 2-by-3 matrix @code{[xf, yf, zf; xb, yb, zb]} which holds the
1718 coordinates of the point over which the mouse pointer was when the 1720 coordinates of the point over which the mouse pointer was when the
1719 mouse button was pressed in axes data units. If a mouse callback 1721 mouse button was pressed in axes data units. If a mouse callback
1720 function is defined, @qcode{"currentpoint"} holds the pointer 1722 function is defined, @qcode{"currentpoint"} holds the pointer
1721 coordinates at the time the mouse button was pressed. For 3D plots, 1723 coordinates at the time the mouse button was pressed. For 3-D plots,
1722 the first row of the returned matrix specifies the point nearest to 1724 the first row of the returned matrix specifies the point nearest to
1723 the current camera position and the second rows the furthest point. 1725 the current camera position and the second rows the furthest point.
1724 The two points forms a line which is perpendicular to the screen. 1726 The two points forms a line which is perpendicular to the screen.
1725 1727
1726 @item dataaspectratio 1728 @item dataaspectratio