[Dart-dev] DART/branches Revision: 13102

dart at ucar.edu dart at ucar.edu
Fri Apr 5 13:56:38 MDT 2019


thoar at ucar.edu
2019-04-05 13:56:38 -0600 (Fri, 05 Apr 2019)
14
fixed typos 




Modified: DART/branches/qc8diags/diagnostics/matlab/plot_evolution.m
===================================================================
--- DART/branches/qc8diags/diagnostics/matlab/plot_evolution.m	2019-04-05 19:16:07 UTC (rev 13101)
+++ DART/branches/qc8diags/diagnostics/matlab/plot_evolution.m	2019-04-05 19:56:38 UTC (rev 13102)
@@ -413,7 +413,7 @@
     'MarkerSize', figuredata.MarkerSize);
 
 if anl_Ngood
-    ax2h3 = line(t, anl_Nused, 'Parent',ax2);
+    ax2h3 = line(plotdat.bincenters, anl_Nused, 'Parent',ax2);
     set(ax2h3, 'LineStyle', 'none', ...
         'Color',      figuredata.anl_color, ...
         'Marker',     figuredata.anl_marker, ...
@@ -631,4 +631,3 @@
 % $URL$
 % $Revision$
 % $Date$
-e
\ No newline at end of file

Modified: DART/branches/qc8diags/diagnostics/matlab/private/read_obsdiag_staticdata.m
===================================================================
--- DART/branches/qc8diags/diagnostics/matlab/private/read_obsdiag_staticdata.m	2019-04-05 19:16:07 UTC (rev 13101)
+++ DART/branches/qc8diags/diagnostics/matlab/private/read_obsdiag_staticdata.m	2019-04-05 19:56:38 UTC (rev 13102)
@@ -71,10 +71,6 @@
 else
     value = [];
 end
-% <next few lines under version control, do not edit>
-% $URL$
-% $Revision$
-% $Date$
 
 % <next few lines under version control, do not edit>
 % $URL$


More information about the Dart-dev mailing list