antonymilne's picture
Update demo
dda021c
raw
history blame
114 Bytes
import vizro.plotly.express as px
tips = px.data.tips()
fig = px.pie(tips, values="tip", names="day", hole=0.4)