Matplotlib: Difference between revisions

118 bytes added ,  27 December 2019
no edit summary
No edit summary
No edit summary
Line 31: Line 31:
plt.rc('figure', titlesize=BIGGER_SIZE)  # fontsize of the figure title
plt.rc('figure', titlesize=BIGGER_SIZE)  # fontsize of the figure title
</syntaxhighlight>
</syntaxhighlight>
==Animations==
* [https://towardsdatascience.com/animations-with-matplotlib-d96375c5442c Animations with Matplotlib]