# HG changeset patch # User Rik # Date 1490025547 25200 # Node ID 28f1ffaf9e05fbd4f4f21507c70114daf20a3da1 # Parent 55f1132aab202775a8ed96cd65e8c27e363df889# Parent 7f42006b94652aff3e2ff1e882b5830cda1281a6 maint: merge stable to default. diff -r 55f1132aab20 -r 28f1ffaf9e05 scripts/plot/draw/errorbar.m --- a/scripts/plot/draw/errorbar.m Mon Mar 20 06:37:28 2017 -0400 +++ b/scripts/plot/draw/errorbar.m Mon Mar 20 08:59:07 2017 -0700 @@ -179,6 +179,10 @@ hax = newplot (hax); htmp = __errplot__ ("errorbar", hax, varargin{:}); + + if (! ishold ()) + set (hax, "box", "on"); + endif unwind_protect_cleanup if (! isempty (oldfig)) set (0, "currentfigure", oldfig);