Skip to content

Commit

Permalink
Moves a graphics handle to the bottom of the stack
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsimons committed Aug 17, 2020
1 parent c27b89e commit 277127a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions bottom.m
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
function bottom(hand,aha)
% BOTTOM(hand)
% BOTTOM(hand,aha)
%
% Moves an object 'hand', child to gcf (default) or axis 'aha'
% to the bottom of the visual pile.
% Moves an object, child to a figure or axis, to the BOTTOM of the visual pile.
%
% SEE ALSO: TOP
% INPUT:
%
% Last modified by fjsimons-at-alum.mit.edu, 03/19/2012
% hand An object handle
% gcf A figure or axis handle [default: gcf]
%
% SEE ALSO: TOP, UISTACK
%
% Last modified by fjsimons-at-alum.mit.edu 08/17/2020

defval('aha',gcf)

Expand Down

0 comments on commit 277127a

Please sign in to comment.