Marginal plot in angular using plotly js

I am using plotly dash to draw scatter plot with marginal y histogram chart. I tried to implement scatter plot marginals using angular js. but i did not found any solution regarding this in angular plotly.js.Here is my plot

marginal plots python link is https://plotly.com/python/marginal-plots/#scatter-plot-marginals

I want to achieve same in the angular using plotly js. Please provide me the Code or any documentation in plotly.js for angular.

Hey @Tirumala welcome to the community!

I think there is no built-in function for this in other languages tahn python.

Marginal plots are “normal” graphs arranged with subplots. It’s cumbersome, but you could create such a graph manually. Related: