2

matplotlib_python_animation_in_matplotlib_emojis_in_matplotlib29

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

Instantly share code, notes, and snippets.

matplotlib_python_animation_in_matplotlib_emojis_in_matplotlib29

fig = plt.figure(figsize=(3, 3)) ax= fig.add_subplot(111) ax.boxplot(data, notch=True, # To put a notch on median sym='x', # Marker for outliers vert=False, # Plot horizontal patch_artist=True, capprops=dict( # Property of caps color = '#062C30', # Color lw = 2.5, # Line width ), whiskerprops = dict( # Property of whisker color = '#39AEA9', # Color lw = 1.5, # Line width ), medianprops = dict( # Property of median line color = 'blue', # Color lw = 1.5 # Line width ), boxprops = dict( # Properties of the box facecolor = '#F1E1A6', # Background color edgecolor = '#062C30', # COlor line lw = 1.5 # Line width ), );


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK