Plot a graph from external source code by using "Util.RawHtml()" and "Dump()"
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
string html = ""; using (System.Net.WebClient client = new System.Net.WebClient ()) { html = client.DownloadString(@"http://pastebin.com/raw/pmMMwXhm"); } Util.RawHtml(html).Dump();
See: http://pastebin.com/LGGNYXd1