箱ひげ図ってうまく使うと便利ですよね。でも、Matplotlibとpandasでは箱ひげ図をプロットする方法が幾つもあるんです。その辺を中心に、Matplotlibでグラフを描くのか、pandasでやるのか。そんなことを考えてみましょう。 なお、【Matplotlib超入門:pyplot編】では ...
Matplotlibでグラフを描いても、日本語がうまく表示されないことがあります。その原因と、日本語を表示するいろいろな方法について見ていきましょう。 日本語のテキストを含んだグラフを表示してみよう まずは以下のコードを見てください。 これはX軸とY ...
This module provides a Julia interface to the Matplotlib plotting library from Python, and specifically to the matplotlib.pyplot module. This package takes advantage of Julia's multimedia I/O API to ...
My own Python class for making Pyplot figures compatible with Latex documents. These functions are used in my most recent publications, as well as in: ...
株価等を取得して、画像で保存したかったのでメモ plt.savefig("sample.png")でやりたかったんやが import pandas as pd #日付変換用 ...