It is also possible to draw these hypothesis (if one is using Matlab as a programming language) using symbolic variables and ezplot:
Code:
syms x y;
ezplot('curve for plotting as a string');
And also similar options exist if working with other programming languages.