Generally, one plots functions given in the form $ y = f(x) $ such as $ y = x^2 - 3x + 5 $ where you might plug in a selection of "independent" x-values to get a correspond set of "dependent" y-values. Plotting the points and connecting them nicely is what you have perhaps done in the past.
But what about a possible case where both x and y are dependent upon some other variable. Then, what happens is that you might want to consider the case when
$$x = f(t)$$
$$y = g(t)$$
for various values of an independent variable $ a \le t \le b$.
The result will still be a collection of points $(x,y)$ that can still be graphed. In this case you will get a curve that might no longer satisfy the vertical line test but which is a mixture of two functions. The independent variable t could then act something like an odomoter that tells you how far you have traveled along the curve.