9
3

negative_b.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. 
  2. <div>
  3. <script type="text/javascript" src="../../../graphs/hypergeometric_1f1/negative_b.js"></script>
  4. <div id="49ba2424-47a3-454d-ba72-b46ded00693f" style="width: 800px; height: 600px;" class="plotly-graph-div"></div>
  5. <script type="text/javascript">
  6. (function(){
  7. window.PLOTLYENV={'BASE_URL': 'https://plot.ly'};
  8. var gd = document.getElementById('49ba2424-47a3-454d-ba72-b46ded00693f')
  9. var resizeDebounce = null;
  10. function resizePlot() {
  11. var bb = gd.getBoundingClientRect();
  12. Plotly.relayout(gd, {
  13. width: bb.width,
  14. height: bb.height
  15. });
  16. }
  17. window.addEventListener('resize', function() {
  18. if (resizeDebounce) {
  19. window.clearTimeout(resizeDebounce);
  20. }
  21. resizeDebounce = window.setTimeout(resizePlot, 100);
  22. });
  23. Plotly.plot(gd, {
  24. data: negative_b.data,
  25. layout: negative_b.layout,
  26. frames: negative_b.frames,
  27. config: {"showLink": true, "linkText": "Export to plot.ly", "mapboxAccessToken": "pk.eyJ1IjoiY2hyaWRkeXAiLCJhIjoiY2lxMnVvdm5iMDA4dnhsbTQ5aHJzcGs0MyJ9.X9o_rzNLNesDxdra4neC_A"}
  28. });
  29. }());
  30. </script>
  31. </div>