File size: 151 Bytes
42ee455
 
 
 
b699ae9
1
2
3
4
5
6
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")