Lot of people have been having issues plotting an ellipse in opencv. Some of the errors one gets are:
TypeError: function takes exactly 3 arguments (2 given)
TypeError: ellipse() takes at most 5 arguments (6 given)
Here is my working code for plotting ellipse in opencv 3 python. I have tested on my Ubuntu 16.04 PC with OpenCV version '3.1.0-dev'.