pandas.plot()だけでもさまざまなグラフを作成できる便利なメソッドである。しかし、細かい調整を行いたい時は、matplotlib.pyplotで調整するのが簡単である。今回は、単一のグラフの調整について覚書として記録しておく。(複数のグラフを扱う axes操作は ...
matplotlibには「pyplotインターフェース」と「Axesインターフェース」があるのがややこしいところです。しかもAxesインターフェースで書くときも結局matolotlib.pyplotはImportしてあげる必要があります。ここではpyplotインターフェースのほうについてのみの関数を ...
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 ...