Skip to Content
Pythonデータサイエンスハンドブック ―Jupyter、NumPy、pandas、Matplotlib、scikit-learnを使ったデータ分析、機械学習
book

Pythonデータサイエンスハンドブック ―Jupyter、NumPy、pandas、Matplotlib、scikit-learnを使ったデータ分析、機械学習

by Jake VanderPlas, 菊池 彰
May 2018
Intermediate to advanced
556 pages
13h 21m
Japanese
O'Reilly Japan, Inc.
Content preview from Pythonデータサイエンスハンドブック ―Jupyter、NumPy、pandas、Matplotlib、scikit-learnを使ったデータ分析、機械学習
4.16
Seaborn
による可視化
325
図4-124 ファクタープロットの特殊ケースとしてのヒストグラム
図4-125に示すように、これらの惑星がどのような観測手法で発見されたかを調べることで、多
くのことがわかります。
In[21]: with sns.axes_style('white'):
g = sns.factorplot("year", data=planets, aspect=4.0, kind='count',
hue='method', order=range(2001, 2015))
g.set_ylabels('Number of Planets Discovered')
図4-125 年ごと手法ごとに発見された惑星の数(フルサイズの図は、オンラインの Appendix(https://
github.com/jakevdp/PythonDataScienceHandbook)を参照してください)
Seaborn
使 の詳細に は、
Seaborn
メント(
http://seaborn.pydata.org
)、
チュートリアル(
http://stanford.edu/~mwaskom/software/seaborn/tutorial.htm
)、
Seaborn
ギャラ
リー(
http://stanford.edu/~mwaskom/software/seaborn/tutorial.htm
)を参照してください。
4.16.3
 事例:マ
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Pythonデータサイエンスハンドブック 第2版 ―Jupyter、NumPy、pandas、Matplotlib、scikit-learnを使ったデータ分析、機械学習

Pythonデータサイエンスハンドブック 第2版 ―Jupyter、NumPy、pandas、Matplotlib、scikit-learnを使ったデータ分析、機械学習

Jake VanderPlas, 菊池 彰
初めてのGraphQL ―Webサービスを作って学ぶ新世代API

初めてのGraphQL ―Webサービスを作って学ぶ新世代API

Eve Porcello, Alex Banks, 尾崎 沙耶, あんどうやすし

Publisher Resources

ISBN: 9784873118413Other