Plotly's alternative to pairplots and facet grids?

I have been using mostly matplotlib and am doing a lot of plotting of relationships - various columns in a dataframe plotted against each other. With pair plot a lot of relationships can be plotted at once and using hue color a 3rd variable can be often be shown also.

Since I really like some of the graphics in Plotly and the interactivity, I want to ask:

Does Plotly have good options to quickly explore a range of relationships in a dataframe?

Bonus question: Is it possible to plot one df column against another as a bar chart with the x-axis column binned with an equal number of data points in each bin (without using qcut explicitly)?