saving . . . saved How to add title to the plot? has been deleted. How to add title to the plot? has been hidden .
How to add title to the plot?
Title
Question
How can I add following to my graph?
1. Title
2. Border
I am using Scilab 6.1.0 on Ubuntu 18.04

Scilab Calling-User-Defined-Functions-in-XCOS 09-10 min 40-50 sec 18-09-20, 10:32 a.m. hbammkanti

Answers:

Type following commands on Scilab console to add title and border:
1. For title, type: xtitle(”Title of graph”);
2. For borders, type: a = gca(); a.box = ”on”
18-09-20, 12:16 p.m. rashpat93


Log-in to answer to this question.