diff scripts/statistics/base/qqplot.m @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents cb377af34c00 446c46af4b42
children 4197fc428c7d
line wrap: on
line diff
--- a/scripts/statistics/base/qqplot.m	Tue Jan 20 09:55:41 2015 -0500
+++ b/scripts/statistics/base/qqplot.m	Tue Jan 20 10:24:46 2015 -0500
@@ -92,7 +92,7 @@
     else
       q_label = sprintf ("%s with parameters %g", func2str (f), varargin{1});
       param_str = sprintf (", %g", varargin{2:end});
-      q_label = [q_label param_str]; 
+      q_label = [q_label param_str];
     endif
   endif