Pull in external data, using d3 to load and parse
It pulls in some data formatted in tsv (pinched from Mike's Scatterplot) and loads the data via d3. In this example listing the 'petalLength' column in a 'ul'.
This was a test after watching dashing D3 tutorial Loading TSV Data From Server