Category Archives - Data Visualization

Highcharts – Plugins

I should definitely check this out. Plugins for Group Categories Rounded Corners adding more information to legend Dragging a legend – This might actually be very useful for me. Highcharts – Plugins.

FlowingData: How to Make an Interactive Network Visualization

I have looked at d3 network visualization demos / tutorials before. I always tell myself I will do it. But I need to get on this. Link below is to a tutorial on flowing data. https://www.google.com/producer/editions/CAowtpoM/flowingdata/CAIiEP1jg1drOnN8PC3TcT9b0fUqMggEIhDlFy4k5ajnTsfC5QXSbl75KhwIACIQ_IySbXiwavHpyb8VqOTmZCoGCAowtpoM/how_to_make_an_interactive_netwo

Word Co-occurrence

Lets say we have a database table called responses, each row contains a word. responses Table: id positive response 1 true I have a great experience. I was treated very well. The person was very nice 2 false I had a terrible experience. I was not treated very well. I thought person was very mean. We…