What is this?
How do I graph multiple functions on the same plot, and possibly with different colors for each line. Thanks in advance.
plot([x^2/20,sin(x),2-x], x=0..5, color=[red,black,green]);
If you live in Canada (or even if you don't) you can write colour for color.
--- G A Edgar
try
plot([x^2/20,sin(x),2-x], x=0..5, color=[red,black,green]);
If you live in Canada (or even if you don't) you can write colour for color.
---
G A Edgar