Nutrition

#+BEGINEXPORT html <script src="https://cdn.plot.ly/plotly-2.27.0.min.js" charset="utf-8"></script> <div id="tester" style="width:600px;height:250px;"></div> <script> TESTER = document.getElementById('tester'); Plotly.newPlot( TESTER, [{ x: [1, 2, 3, 4, 5], y: [1, 2, 4, 8, 16] }], { margin: { t: 0 } } ); </script> #+ENDEXPORT html

Author: Noelle Crawford

Created: 2025-09-25 Thu 19:07