[Dart-dev] [4518] DART/trunk/diagnostics/matlab: Fixed the svn keywords on these files , made a slightly more legible rank histogram
nancy at ucar.edu
nancy at ucar.edu
Tue Oct 12 15:01:21 MDT 2010
Revision: 4518
Author: thoar
Date: 2010-10-12 15:01:21 -0600 (Tue, 12 Oct 2010)
Log Message:
-----------
Fixed the svn keywords on these files, made a slightly more legible rank histogram
figure and caption, and fixed a line-wrap problem in a comment in plot_profile.m.
These are just feature enhancements ...
Modified Paths:
--------------
DART/trunk/diagnostics/matlab/plot_profile.m
DART/trunk/diagnostics/matlab/plot_rank_histogram.m
Property Changed:
----------------
DART/trunk/diagnostics/matlab/plot_rank_histogram.m
DART/trunk/diagnostics/matlab/two_experiments_evolution.m
DART/trunk/diagnostics/matlab/two_experiments_profile.m
-------------- next part --------------
Modified: DART/trunk/diagnostics/matlab/plot_profile.m
===================================================================
--- DART/trunk/diagnostics/matlab/plot_profile.m 2010-10-08 22:44:24 UTC (rev 4517)
+++ DART/trunk/diagnostics/matlab/plot_profile.m 2010-10-12 21:01:21 UTC (rev 4518)
@@ -24,8 +24,7 @@
% http://www.image.ucar.edu/DAReS/DART/DART_download
%
% <next few lines under version control, do not edit>
-% $URL:
-% https://proxy.subversion.ucar.edu/DAReS/DART/trunk/diagnostics/matlab/plot_profile.m $
+% $URL$
% $Id$
% $Revision$
% $Date$
Modified: DART/trunk/diagnostics/matlab/plot_rank_histogram.m
===================================================================
--- DART/trunk/diagnostics/matlab/plot_rank_histogram.m 2010-10-08 22:44:24 UTC (rev 4517)
+++ DART/trunk/diagnostics/matlab/plot_rank_histogram.m 2010-10-12 21:01:21 UTC (rev 4518)
@@ -43,10 +43,10 @@
% http://www.image.ucar.edu/DAReS/DART/DART_download
%
% <next few lines under version control, do not edit>
-% $URL: $
-% $Id: $
-% $Revision: $
-% $Date: $
+% $URL$
+% $Id$
+% $Revision$
+% $Date$
if nargin == 2
nvars = 0;
@@ -289,7 +289,8 @@
% Plot
subplot(plotdat.nregions,1,plotdat.region);
- bar(plotdat.rank_hist);
+ bar(plotdat.rank_hist, 1.0);
+ set(gca,'TickDir','out')
axlims = axis;
axlims = [0 plotdat.Nrhbins+1 0 axlims(4)];
@@ -297,6 +298,7 @@
h = text(plotdat.Nrhbins/2, 0.9*axlims(4),plotdat.myregion);
set(h,'FontSize',14,'FontWeight','Bold')
+ set(h,'HorizontalAlignment','center')
xlabel({'Observation Rank (among ensemble members)',obsstring})
ylabel('count')
@@ -331,7 +333,7 @@
string1 = sprintf('data file: %s',fullname);
end
-h = text(0.0, 0.5, string1);
+h = text(0.0, 0.0, string1);
set(h,'HorizontalAlignment','center', ...
'VerticalAlignment','middle',...
'Interpreter','none',...
Property changes on: DART/trunk/diagnostics/matlab/plot_rank_histogram.m
___________________________________________________________________
Added: svn:keywords
+ Date Revision Author HeadURL Id
Property changes on: DART/trunk/diagnostics/matlab/two_experiments_evolution.m
___________________________________________________________________
Modified: svn:keywords
- Date Rev Author HeadURL Id
+ Date Revision Author HeadURL Id
Property changes on: DART/trunk/diagnostics/matlab/two_experiments_profile.m
___________________________________________________________________
Modified: svn:keywords
- Date Rev Author HeadURL Id
+ Date Revision Author HeadURL Id
More information about the Dart-dev
mailing list