From 29152649527986944b02a5a538bdc74d04d971db Mon Sep 17 00:00:00 2001 From: drowe67 Date: Fri, 12 Nov 2010 00:48:48 +0000 Subject: [PATCH] changed graphing y axis git-svn-id: https://svn.code.sf.net/p/freetel/code@218 01035d8c-6547-0410-b346-abe4f91aad63 --- codec2/octave/pl.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codec2/octave/pl.m b/codec2/octave/pl.m index 49968961..4f0e2960 100644 --- a/codec2/octave/pl.m +++ b/codec2/octave/pl.m @@ -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) -- 2.25.1