python plot draw the goal line

Solutions on MaxInterview for python plot draw the goal line by the best coders in the world

showing results for - "python plot draw the goal line"
Luka
22 Jan 2017
1import matplotlib.pyplot as plt
2plt.axhline(y=0.5, color='r', linestyle='-')
3plt.show()
4
similar questions
queries leading to this page
python plot draw the goal line