I’m trying to draw a 2d boxplot using plotly.js ( to describe the distributions of two variables using box plots spanning both the x and y axes.)like this
But based on api I can only find grouped boxplot
How can I combine horizontal and vertical boxplot and the do the same using plotly.js?