Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import matplotlib.pyplot as plt
- import numpy as np
- plt.plot([1,3,6,8,9],[2,4,5,8,9])
- plt.title('firstplot1.png')
- plt.xlabel('xaxis_elapsedTimeinMonths')
- plt.ylabel('yaxis_numberofEnemyIpwnd')
- plt.show()
Advertisement
Add Comment
Please, Sign In to add comment