plotly 0.14.1

A plotting library powered by Plotly.js
Documentation
1
2
3
4
<div id="{{ plot_div_id }}" class="plotly-graph-div" style="height:100%; width:100%;"></div>
<script type="text/javascript">
    Plotly.newPlot("{{ plot_div_id }}", {{ plot|tojson|safe }});
</script>