summaryrefslogtreecommitdiff
path: root/Tutorial2/Scilab_code/Tutorial2_semilog.sce
diff options
context:
space:
mode:
Diffstat (limited to 'Tutorial2/Scilab_code/Tutorial2_semilog.sce')
-rw-r--r--Tutorial2/Scilab_code/Tutorial2_semilog.sce2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tutorial2/Scilab_code/Tutorial2_semilog.sce b/Tutorial2/Scilab_code/Tutorial2_semilog.sce
index 57cb312..070290c 100644
--- a/Tutorial2/Scilab_code/Tutorial2_semilog.sce
+++ b/Tutorial2/Scilab_code/Tutorial2_semilog.sce
@@ -13,7 +13,7 @@ x = [Data(:,4) Data(:,5)]
//Figure 1 is a semilog plot
fig1 = figure();
plot2d(y,x,[1,2],logflag="nl")
-legends(['Length of x1','Length of x3'],[1,2],opt="ur",font_size=1);
+legends(['Length of x1','Length of x3'],[1,2],opt="ur",font_size=1,font);
//Figure 2 is a loglog plot