# HG changeset patch # User Rik # Date 1551662552 28800 # Node ID 10653e92e2055caaafa44692a259afb6a59d455c # Parent 10c9f39d0d17ac1e5de81d5c293b15a16fe2037c# Parent e07ea25d58f56b359fdc41eec99a22a9fb6b3b2c maint: merge stable to default. * NEWS: Remove trailing spaces. diff -r 10c9f39d0d17 -r 10653e92e205 NEWS --- a/NEWS Sun Mar 03 17:15:40 2019 -0800 +++ b/NEWS Sun Mar 03 17:22:32 2019 -0800 @@ -3,9 +3,9 @@ ** The interpreter now supports handles to nested functions which was a long-standing incompatibility with Matlab. - - ** The graphics backend has seen many small improvements. - + + ** The graphics backend has seen many small improvements. + * Graphic primitives now accept a color property value of "none" which is useful when a particular primitive needs to be hidden (for example, the Y-axis of an axes object with "ycolor" = "none") diff -r 10c9f39d0d17 -r 10653e92e205 scripts/plot/draw/quiver3.m --- a/scripts/plot/draw/quiver3.m Sun Mar 03 17:15:40 2019 -0800 +++ b/scripts/plot/draw/quiver3.m Sun Mar 03 17:22:32 2019 -0800 @@ -17,8 +17,8 @@ ## . ## -*- texinfo -*- -## @deftypefnx {} {} quiver3 (@var{x}, @var{y}, @var{z}, @var{u}, @var{v}, @var{w}) -## @deftypefn {} {} quiver3 (@var{z}, @var{u}, @var{v}, @var{w}) +## @deftypefn {} {} quiver3 (@var{x}, @var{y}, @var{z}, @var{u}, @var{v}, @var{w}) +## @deftypefnx {} {} quiver3 (@var{z}, @var{u}, @var{v}, @var{w}) ## @deftypefnx {} {} quiver3 (@dots{}, @var{s}) ## @deftypefnx {} {} quiver3 (@dots{}, @var{style}) ## @deftypefnx {} {} quiver3 (@dots{}, "filled")