0

matplotlib_python_animation_in_matplotlib_emojis_in_matplotlib30

 2 years ago
source link: https://gist.github.com/AmirMardan/cae735a4f482b2d5538a2222674e4b21
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_matplotlib30 · GitHub

Instantly share code, notes, and snippets.

matplotlib_python_animation_in_matplotlib_emojis_in_matplotlib30

# A simple plot

fig = plt.figure(figsize=(6, 3)) ax= fig.add_subplot(121) ax.violinplot(data) ax.set_title('Violin plot')

ax= fig.add_subplot(122) ax.set_title('Box plot') ax.boxplot(data);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK