Plotting with symbols
Title
Question
How to use symbols other than "0-", "+-", "*-" while plotting 2D graphs.
Scilab Plotting-2D-graphs 06-07 min 10-20 sec
Answers:
To change the colour of the curve use :
plot2d(x,y,style=15), instead of 15 you can use any positive number from 1 to 35
To change the appearance of the curve use :
plot2d(x,y,style=-4), any negative number from -14 to 0 will change the style of plot.
Login to add comment