Technical things
Thursday, April 16, 2020
#!/usr/bin/env python
# coding: utf-8
# # Lce 1
# In[1]:
import matplotlib.pyplot as plt
# In[12]:
x = [33,44,55]
y = [55,66,77]
x2 = [77,88,99]
y2 = [86,85,83]
plt.legend()
plt.show()
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment