antonymilne's picture
Update demo
dda021c
raw
history blame
121 Bytes
import vizro.plotly.express as px
tips = px.data.tips()
fig = px.histogram(tips, x="sex", y="total_bill", color="day")