2

matplotlib_python_animation_in_matplotlib_emojis_in_matplotlib27

 2 years ago
source link: https://gist.github.com/AmirMardan/de90f90bbfc8d40f0877f44a067169e3
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

matplotlib_python_animation_in_matplotlib_emojis_in_matplotlib27 · GitHub

Instantly share code, notes, and snippets.

matplotlib_python_animation_in_matplotlib_emojis_in_matplotlib27

# Let's generate some data spread = np.random.rand(50) * 100 center = np.ones(25) * 50 flier_high = np.random.rand(10) * 100 + 100 flier_low = np.random.rand(10) * -100 data = np.concatenate((spread, center, flier_high, flier_low))


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK