changeset 7190:9e7377f41b78

[project @ 2007-11-26 21:24:02 by dbateman]
author dbateman
date Mon, 26 Nov 2007 21:24:02 +0000
parents e8d953d03f6a
children b48a21816f2e
files scripts/plot/__go_draw_axes__.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/__go_draw_axes__.m	Mon Nov 26 20:42:11 2007 +0000
+++ b/scripts/plot/__go_draw_axes__.m	Mon Nov 26 21:24:02 2007 +0000
@@ -1666,7 +1666,7 @@
   for i = length (s) : -1 : 1
     ## special case for "\0"  and replace with "{/Symbol \306}'
     if (strncmp (m{i}, '\0', 2))
-      str = strcat (str(1:s(i) - 1), '{\Symbol \306}', str(s(i) + 2:end));
+      str = strcat (str(1:s(i) - 1), '{/Symbol \306}', str(s(i) + 2:end));
     else
       f = m{i}(2:end);
       if (isfield (sym, f))
@@ -1856,7 +1856,7 @@
   sym.Delta = '{/Symbol D}';
   sym.Phi = '{/Symbol F}';
   sym.Gamma = '/Symbol G}';
-  sym.vartheta = '{\Symbol J}';
+  sym.vartheta = '{/Symbol J}';
   sym.Lambda = '{/Symbol L}';
   sym.Pi = '{/Symbol P}';
   sym.Theta = '{/Symbol Q}';