Please don’t tell me to convert it into the form y = f(x).
Why are you duping topics? How would it help you or anyone else?
Parametric graph is different from implicit graph. Go learn Math again.
While I didn’t see the one-word distinction after having expectations with the many duplicates of the topic about that issue - it doesn’t change anything. All the same things from that topic apply, just replace pixel-by-pixel drawing with line-by-line.
It should be easy enough, make a loop going through the parameter variable, calculate x and y and draw the corresponding point, repeat.