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
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"]);
Login to add comment