Skip to main content
1-Visitor
January 16, 2016
Question

Using a Range Variable to Plot Multiple Lines

  • January 16, 2016
  • 1 reply
  • 1148 views

I'm plotting an equation using a range variable to sweep x.  I'm also using a range variable to sweep another variable in the equation (3 values).  I expect to get 3 different lines on the plot, which I do.  However, there is some additional solid "fill" in the plot that I don't want.  I just want the 3 lines.  Ideas on how to get rid of the fill?Graph.png

1 reply

19-Tanzanite
January 16, 2016

It's better to use vectors and matrices. Each column of the matrix plots as a separate line.