Embed multiple scatter plots progamatically

Hi there,

I need about two dozen scatter plots, side by side, for a human to analyze, to be progamatically uploaded to a website every morning. What would be the best solution via plotly.js to do this?

See the subplots documentation together with the “scatter and line”

It is pretty straightforward to do it.