You can plot a vector against another vector of the same length with just the vector names.
A range variable can be used as an index to a variable, so plot x against foo [ x (typing the character "[" creates an index subscript.
You can plot a vector against another vector of the same length with just the vector names.
A range variable can be used as an index to a variable, so plot x against foo [ x (typing the character "[" creates an index subscript.
Got it, thanks