Skip to main content
Best answer by Fred_Kohlhepp

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.

1 reply

23-Emerald I
February 11, 2015

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.

1-Visitor
February 11, 2015

Got it, thanks