3

matplotlib_python_animation_in_matplotlib_emojis_in_matplotlib28

 2 years ago
source link: https://gist.github.com/AmirMardan/42ed9cb5bedc10b3edeef491061d920e
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.
neoserver,ios ssh client

matplotlib_python_animation_in_matplotlib_emojis_in_matplotlib28 · GitHub

Instantly share code, notes, and snippets.

matplotlib_python_animation_in_matplotlib_emojis_in_matplotlib28

# A simple plot

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

ax= fig.add_subplot(122) ax.set_title('Hist plot') ax.hist(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