ニュース

What is Matplotlib? It’s the de facto standard for creating visualizations—charts, plots, graphs, even animations—with Python. Matplotlib is a comprehensive library for creating static, animated, and ...
If you already have a plot generated with Matplotlib, activating xkcd-mode is as simple as calling a method on the pyplot object: matplotlib.pyplot.xkcd() ...