Li Nguyen
Update demo
64e7b89
raw
history blame contribute delete
121 Bytes
import vizro.plotly.express as px
tips = px.data.tips()
fig = px.violin(tips, y="tip", x="day", color="day", box=True)