[Dart-dev] [6066] DART/branches/development/diagnostics/matlab/ two_experiments_evolution.m: turned off the TeX interpreter for the legend.

nancy at ucar.edu nancy at ucar.edu
Thu Apr 18 10:53:37 MDT 2013


Revision: 6066
Author:   thoar
Date:     2013-04-18 10:53:37 -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/two_experiments_evolution.m

-------------- next part --------------
Modified: DART/branches/development/diagnostics/matlab/two_experiments_evolution.m
===================================================================
--- DART/branches/development/diagnostics/matlab/two_experiments_evolution.m	2013-04-18 16:50:30 UTC (rev 6065)
+++ DART/branches/development/diagnostics/matlab/two_experiments_evolution.m	2013-04-18 16:53:37 UTC (rev 6066)
@@ -453,7 +453,7 @@
 annotate( ax1, ax2, plotobj{1}, figdata)
 
 lh = legend(hd,legstr);
-legend(lh,'boxoff');
+legend(lh,'boxoff','Interpreter','none');
 
 % The legend linesizes should match - 2 is hardwired - suprises me.
 


More information about the Dart-dev mailing list