From: drowe67 Date: Fri, 12 Nov 2010 00:48:48 +0000 (+0000) Subject: changed graphing y axis X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=29152649527986944b02a5a538bdc74d04d971db;p=freetel-svn-tracking.git changed graphing y axis git-svn-id: https://svn.code.sf.net/p/freetel/code@218 01035d8c-6547-0410-b346-abe4f91aad63 --- 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)