antonymilne's picture
Update demo
dda021c
raw
history blame
133 Bytes
import vizro.plotly.express as px
iris = px.data.iris()
fig = px.scatter(iris, x="sepal_width", y="sepal_length", color="species")