antonymilne's picture
Update demo
dda021c
raw
history blame
151 Bytes
import vizro.plotly.express as px
tips = px.data.tips()
fig = px.density_heatmap(tips, x="day", y="size", z="tip", histfunc="avg", text_auto="$.2f")