<script>
Plotly.react(
'plot',
[{"mode":"markers","x":[1,2,3,4],"y":[10,15,13,17],"type":"scatter"},{"mode":"lines","x":[2,3,4,5],"y":[10,15,13,17],"type":"scatter"},{"mode":"lines+markers","x":[1,2,3,4],"y":[12,5,2,12],"type":"scatter"}],
{"title":{"text":"Line and Scatter Plot"}},
{}
);
</script>
Some text here