diff scripts/plot/draw/private/__pie__.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/__pie__.m	Fri May 20 12:03:39 2016 -0700
+++ b/scripts/plot/draw/private/__pie__.m	Fri May 20 15:46:45 2016 -0700
@@ -151,6 +151,7 @@
   elseif (strcmp (caller, "pie"))
     axis ([-1.5, 1.5, -1.5, 1.5], "square", "off");
   endif
+
 endfunction
 
 function update_text_pos (all_handles)
@@ -197,5 +198,6 @@
       endif
     endfor
   endif
+
 endfunction