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

nancy at ucar.edu nancy at ucar.edu
Thu Apr 18 10:57:35 MDT 2013


Revision: 6067
Author:   thoar
Date:     2013-04-18 10:57:35 -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_profile.m

-------------- next part --------------
Modified: DART/branches/development/diagnostics/matlab/two_experiments_profile.m
===================================================================
--- DART/branches/development/diagnostics/matlab/two_experiments_profile.m	2013-04-18 16:53:37 UTC (rev 6066)
+++ DART/branches/development/diagnostics/matlab/two_experiments_profile.m	2013-04-18 16:57:35 UTC (rev 6067)
@@ -436,7 +436,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