changeset 8693:75a186750b4a octave-forge

gplot3: e-mail to copyright notice
author carandraug
date Thu, 27 Oct 2011 15:55:16 +0000
parents 43d0eec6a6ac
children 3c780e750004
files main/plot/inst/gplot3.m
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/main/plot/inst/gplot3.m	Thu Oct 27 15:51:59 2011 +0000
+++ b/main/plot/inst/gplot3.m	Thu Oct 27 15:55:16 2011 +0000
@@ -1,4 +1,4 @@
-## Copyright (C) 2010 Soren Hauberg
+## Copyright (C) 2010 Soren Hauberg <soren@hauberg.org>
 ##
 ## This program is free software; you can redistribute it and/or modify it
 ## under the terms of the GNU General Public License as published by
@@ -46,7 +46,7 @@
   zcoord = [xyz(i,3), xyz(j,3), NA(length(i),1)]'(:);
 
   if (nargout == 0)
-    plot3 (xcoord, ycoord, zcoord, varargin {:}); 
+    plot3 (xcoord, ycoord, zcoord, varargin {:});
   else
     x = xcoord;
     y = ycoord;
@@ -72,4 +72,3 @@
 %!
 %! ## Plot the 3D graph
 %! gplot3 (A, xyz);
-