saving . . . saved Title and Border of the graph is not visible. has been deleted. Title and Border of the graph is not visible. has been hidden .
Title and Border of the graph is not visible.
Title
Question
I cannot see the title and border of the graph. I am using Scilab 6.1.0 on Ubuntu 18.04.

Scilab Xcos-Introduction 05-06 min 50-60 sec 15-09-20, 7:43 p.m. hbammkanti

Answers:

In Scilab 6.1.0, for title and border, add following lines in the Scilab console after you have obtained the plot:
For title, type: xtitle("Title of graph”);
For borders, type: a = gca(); a.box = ”on”
16-09-20, noon rashpat93


Log-in to answer to this question.