summaryrefslogtreecommitdiff
path: root/Tutorial2/Scilab_code/Tutorial2_semilog.sce
diff options
context:
space:
mode:
authorChayan Bhawal2018-09-27 15:35:36 +0530
committerChayan Bhawal2018-09-27 15:35:36 +0530
commit168f3114992f59d8782730ce47cb6911c62038ec (patch)
tree18dfbbb4a0cd88e97a56a7fdfe299547424ea42d /Tutorial2/Scilab_code/Tutorial2_semilog.sce
parentdef3641770c8797c52ccef0840685fded209bfaa (diff)
downloadscilab-tutorials-168f3114992f59d8782730ce47cb6911c62038ec.tar.gz
scilab-tutorials-168f3114992f59d8782730ce47cb6911c62038ec.tar.bz2
scilab-tutorials-168f3114992f59d8782730ce47cb6911c62038ec.zip
Tutorial2_plotting_update
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