plotly: a brief introduction

Author

Marie-Hélène Burle

import plotly.express as px
df = px.data.tips()
px.histogram(df, x="total_bill")
1020304050051015202530
total_billcount

datasets