Fancy plotting in Scilab
Title
Question
How to plot sin(x) and cos(x) on the same window. How create a legend & how to subplots within the same window
Scilab Plotting-2D-graphs 05-06 min 50-60 sec
Answers:
Usually, it may not be possible to do fancy graphical operations within a general purpose software like Scilab. There are tools designed for this purpose, Gnuplot being an example. Spoken Tutorials on Gnuplot are available here: https://spoken-tutorial.org/tutorial-search/?search_foss=Gnuplot&search_language=English. Using this software, you can do many more fancy things as well. Of course, you can continue to use Scilab for computations.
You may refer following documents regarding your query:
https://help.scilab.org/docs/5.3.3/en_US/subplot.html
and
https://help.scilab.org/docs/6.0.2/en_US/legend.html
Login to add comment