From 168f3114992f59d8782730ce47cb6911c62038ec Mon Sep 17 00:00:00 2001 From: Chayan Bhawal Date: Thu, 27 Sep 2018 15:35:36 +0530 Subject: Tutorial2_plotting_update --- Tutorial2/Scilab_code/Tutorial2_semilog.sce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tutorial2/Scilab_code/Tutorial2_semilog.sce') 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 -- cgit