All examples By author By category About

deckerlr

VI9

The following scatterplot utilizing d3 is based heavily on code generated by Mike Bostock, Michelle Weigle, and William Q Liu.

When dealing with my current scatterplot, I had plotted rushing yards vs passing yards. Each quarterback was a dot on the scatterplot and the conference to which they belong is color coded. The idea of animated transitions to me is great for change in time statistics. Unfortunately, our data is static. The number of rushing or passing yards is not changing. While animated transitions can be used to switch between different types of graphs or information displayed, I personally do not feel that this is nothing more than art. It does not seem to help the user evaluate the data. Granted the new chart or data may help, but the animated transition was just an artistic path between two views.

The selection and highlight has a much greater ability to help the user further evaluate the scatterplot data. Trying to put myself as the user, I asked what kind of analysis would I like to perform. Trends always come to mind. So I thought that it would be nice to be able to select a quarterback and have his conference highlighted so a trend can be analyzed. You can also click on the legend to accomlish the same highlighting. The highlighting was done for a set delay and then it returns. This was a trde-off between functionality and d3 coding ability.