atom-community / atom-community/atom-script
import numpy as np import matplotlib.pyplot as plt %matplotlib inline t = np.arrange(0, 12, 0.01) y = np.sin(t) plt.figure(figsize=(10, 6)) plt.plot(t, y) plt.show()
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
##### Platform: `win32`
---
Contributor guide
Assessment
This issue has not been assessed yet.