added missing function definition
#19
by ajeet214 - opened
- Added the missing
display()function that is being called from inside thedraw_point()function. - and added the required imports
import matplotlib.pyplot as plt
display() function that is being called from inside the draw_point() function.import matplotlib.pyplot as plt