Matplotlibは可視化用ライブラリです。グラフ化することで傾向が理解出来たり伝えたいことを一目で理解させることができます。 matplotlibでは様々な図がかけますが本記事では折れ線図をメインとして使用して「サクッときれいな図を複数作る」ことに重きを ...
ここでは散布図を描いてみます。 散布図の基礎 散布図は以下の描き方があります。 ・pltを使う(%matplotlib inline) 場合: plt.scatter() ・オブジェクト指向(コードで解決する)場合 : ax.scatter() 2種類で描くことができます。 筆者は前者で進めますが、念のため ...
#!/usr/bin/python3 import matplotlib import matplotlib.pyplot as plt import numpy as np fig = matplotlib.pyplot.figure(figsize=(7,4), dpi=96, facecolor='#eeeeee ...
Matplotlib was designed to be a two-dimensional plotting library. Around the time of the 1.0 release, some 3D plotting utilities were built on top of matplotlib's 2D display, and the result is a ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する