5+5
10
100+100
200
import matplotlib.pyplot as plt
plt.plot([1,2,3],[4,56,2])
[<matplotlib.lines.Line2D at 0x7fc5a08c54f0>]
Postdoctoral Scholar at MIT
5+5
10
100+100
200
import matplotlib.pyplot as plt
plt.plot([1,2,3],[4,56,2])
[<matplotlib.lines.Line2D at 0x7fc5a08c54f0>]