plotly/python- how to embed newest plot on your website -
i want include plot plotly on website.
now have this: (as website)
<iframe width=750 height=500 frameborder=”0” seamless=”seamless” scrolling=”no” src='https://plot.ly/~zfrancica/66/machine-worn-percenatage/'> </iframe>
but can specific plot. call in backend generate new picture every time refresh webpage , data may change.
how should newest plot in account?
if understand question correctly need timer in javascript periodically checks backend new plot
Comments
Post a Comment