[Dart-dev] [6069] DART/branches/development/diagnostics/matlab/plot_rmse_xxx_evolution .m: turned off the TeX interpreter for the legend.
nancy at ucar.edu
nancy at ucar.edu
Thu Apr 18 11:05:12 MDT 2013
Revision: 6069
Author: thoar
Date: 2013-04-18 11:05:11 -0600 (Thu, 18 Apr 2013)
Log Message:
-----------
turned off the TeX interpreter for the legend.
underscores are common in the legend strings.
Modified Paths:
--------------
DART/branches/development/diagnostics/matlab/plot_rmse_xxx_evolution.m
-------------- next part --------------
Modified: DART/branches/development/diagnostics/matlab/plot_rmse_xxx_evolution.m
===================================================================
--- DART/branches/development/diagnostics/matlab/plot_rmse_xxx_evolution.m 2013-04-18 16:58:46 UTC (rev 6068)
+++ DART/branches/development/diagnostics/matlab/plot_rmse_xxx_evolution.m 2013-04-18 17:05:11 UTC (rev 6069)
@@ -322,7 +322,7 @@
h1 = plot(t,rmse,'k+-',t,other,'ro-','LineWidth',plotdat.linewidth);
h = legend(h1,'rmse', plotdat.copystring);
- legend(h,'boxoff')
+ legend(h,'boxoff','Interpreter','none')
axlims = axis;
axlims = [axlims(1:2) plotdat.Yrange];
More information about the Dart-dev
mailing list