In plotly for python, is there anyway to do a plot with multiple variables on the x-axis against a single variable on the y-axis? The scatter_matrix function uses every variable combination, but I am looking for just a single variable on the y-axis. In seaborn, the graph below is easy to produce with pairplot, but can it be done in plotly?


