diff scripts/plot/draw/private/__bar__.m @ 21758:ffad2baa90f7

maint: Use newlines to make code more readable.
author Rik <rik@octave.org>
date Fri, 20 May 2016 15:46:45 -0700
parents 516bb87ea72e
children bac0d6f07a3e
line wrap: on
line diff
--- a/scripts/plot/draw/private/__bar__.m	Fri May 20 12:03:39 2016 -0700
+++ b/scripts/plot/draw/private/__bar__.m	Fri May 20 15:46:45 2016 -0700
@@ -342,6 +342,7 @@
 endfunction
 
 function update_xlim (h, ~)
+
   kids = get (h, "children");
   xlim = get (h, "xlim");
 
@@ -353,9 +354,11 @@
       endif
     endif
   endfor
+
 endfunction
 
 function update_baseline (h, ~)
+
   visible = get (h, "visible");
   ydata = get (h, "ydata")(1);
 
@@ -369,6 +372,7 @@
       break;
     endif
   endfor
+
 endfunction
 
 function show_baseline (h, ~, prop = "")
@@ -394,6 +398,7 @@
       recursion = false;
     end_unwind_protect
   endif
+
 endfunction
 
 function move_baseline (h, ~)
@@ -414,6 +419,7 @@
       recursion = false;
     end_unwind_protect
   endif
+
 endfunction
 
 function update_props (h, ~)
@@ -459,6 +465,7 @@
       recursion = false;
     end_unwind_protect
   endif
+
 endfunction
 
 function update_group (h, ~)
@@ -481,5 +488,6 @@
       recursion = false;
     end_unwind_protect
   endif
+
 endfunction