antonymilne's picture
Add pycafe link and plotly code (#1)
b699ae9 verified
raw
history blame
163 Bytes
import vizro.plotly.express as px
iris = px.data.iris()
fig = px.scatter_matrix(iris, dimensions=["sepal_length", "sepal_width", "petal_length", "petal_width"])