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
#1,672 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
730
Forks
264
PR merge metrics
No merged PRs in 30d

Description

##### Platform: `win32`
---

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.