Plot a graph from external source code by using "Util.RawHtml()" and "Dump()"
Options
I tried to include some external Javascript libraries with "Util.RawHtml()" and "Dump()" for plotting a graph. In my example I tried to include this sourcecode to plot some graphs.
Comments
-
Example code:
string html = ""; using (System.Net.WebClient client = new System.Net.WebClient ()) { html = client.DownloadString(@"http://pastebin.com/raw/pmMMwXhm"); } Util.RawHtml(html).Dump();
-
Add // <!-- in the top of the <script> section and // --> at bottom.
See: http://pastebin.com/LGGNYXd1