saving . . . saved How can I add Grid and Legend to my graph? has been deleted. How can I add Grid and Legend to my graph? has been hidden .
How can I add Grid and Legend to my graph?
Title
Question
How can I add Grid and Legend to my graph?

Scilab Simulating-a-PID-controller-using-XCOS 05-06 min 50-60 sec 28-09-20, 2:05 p.m. hbammkanti

Answers:

Type following commands in Scilab Console:
1. For grid, type: xgrid
2. For legend, type (if you have plotted two lines):
hl = legend(["title for line 1", "title for line2"]);
28-09-20, 3:56 p.m. rashpat93


Log-in to answer to this question.