changed graphing y axis
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 12 Nov 2010 00:48:48 +0000 (00:48 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 12 Nov 2010 00:48:48 +0000 (00:48 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@218 01035d8c-6547-0410-b346-abe4f91aad63

codec2/octave/pl.m

index 49968961d462cf86fad219ef864018b9c0930f94..4f0e29601cb76036495cdd69f9cab53224d4a014 100644 (file)
@@ -19,7 +19,7 @@ function pl(samname1, start_sam, end_sam, pngname)
   figure(1);
   clf;
   plot(s(st:en));
-  axis([1 en-st min(s) max(s)]);
+  axis([1 en-st 1.1*min(s) 1.1*max(s)]);
  
   if (nargin == 4)