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")

datasets