This live tasks shows you how to quickly plot an interactive parallel coordinates plot in Constellab.
In a parallel coordinates plot with px.parallel_coordinates, each row of the DataFrame is represented by a polyline mark which traverses a set of parallel axes, one for each of the dimensions.
Here we used the Pinguins dataset.