plotter: ILinePlot: Add dependency to uderscore.js
Missing dependency could lead to the graphs not working.
This issue was noted for HTML published ipython notebooks
Signed-off-by: Kapileshwar Singh <kapileshwar.singh@arm.com>
diff --git a/scripts/publish_interactive_plots.py b/scripts/publish_interactive_plots.py
index 77360ec..cdd31fe 100755
--- a/scripts/publish_interactive_plots.py
+++ b/scripts/publish_interactive_plots.py
@@ -65,6 +65,9 @@
txt = txt.replace(
IPythonConf.add_web_base("plotter_scripts/ILinePlot/ILinePlot"),
"https://rawgit.com/sinkap/648927dfd6985d4540a9/raw/69d6f1f9031ae3624c15707315ce04be1a9d1ac3/ILinePlot")
+ txt = txt.replace(
+ IPythonConf.add_web_base("plotter_scripts/ILinePlot/underscore-min"),
+ "https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min")
logging.info("Updated Library Paths...")
return txt