seaborn

https://seaborn.pydata.org/ Python資料視覺化主要有三大套件:

Matplotlib Seaborn Plotly

Seaborn是在Matplot的基礎上實作更高階的視覺化API,可以讓畫圖變得更方便、容易

sns.set_style(style='whitegrid')
set_style("ticks", {"xtick.major.size": 8, "ytick.major.size": 8})
sns.set(font_scale=1.5);

https://github.com/mwaskom/seaborn-data

小費資料庫

  • total_bill
  • tip
  • sex
  • smoker
  • day
  • time
  • size

https://www.kaggle.com/kanncaa1/seaborn-tutorial-for-beginners

results matching ""

    No results matching ""