[cig-commits] r11388 - in long/3D/Gale/trunk: . tools

walter at geodynamics.org walter at geodynamics.org
Mon Mar 10 11:45:21 PDT 2008


Author: walter
Date: 2008-03-10 11:45:21 -0700 (Mon, 10 Mar 2008)
New Revision: 11388

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/tools/PlotGaleOutput.m
Log:
 r2021 at earth:  boo | 2008-03-06 13:18:07 -0800
 Update matlab plotting tools to use cookbook and fix a rendering bug with Octave



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2020
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:2021

Modified: long/3D/Gale/trunk/tools/PlotGaleOutput.m
===================================================================
--- long/3D/Gale/trunk/tools/PlotGaleOutput.m	2008-03-10 18:45:17 UTC (rev 11387)
+++ long/3D/Gale/trunk/tools/PlotGaleOutput.m	2008-03-10 18:45:21 UTC (rev 11388)
@@ -10,7 +10,7 @@
 
 clear, close all
 
-fname   =   '../output.extension';        % directory-name
+fname   =   '../output.template';        % directory-name
 step    =   10  ;               % timestep
 
 % Read data
@@ -40,7 +40,7 @@
     hold on
     %pcolor(Velocity.x,Velocity.y,Velocity.Vx);                                      %   Background color: Vx velocity
     pcolor(StrainRateInvariant.x,StrainRateInvariant.y,StrainRateInvariant.data);                                      %   Background color: Vx velocity
-    
+    hold on
     plot(mesh_x,mesh_y,MeshColor,mesh_x.',mesh_y.',MeshColor); %   FEM mesh
     if (Octave==0)
       axis('equal')



More information about the cig-commits mailing list