Pittsburgh Data Visualization: D3 and R

Just a week ago, the Pittsburgh Data Visualization Meetup launched with a “meet and greet” that I attended. Today was our first actual presentation-based meeting, with speakers giving introductions to both D3 and R.

Location

The meeting was on the Pitt campus. Unfortunately, this meant no WiFi access, because guest WiFi requires a sponsor and is a hassle to set up. So this is not the perfect place to meet, but was available to Patrick in the summer.

About 15 people showed up.

Patrick on D3

By popular demand, Patrick gave an introduction to D3.

He is particularly interested in knowledge discovery in data mining. He gave an example of converting data from HTML to XML to SVG and then finally getting it into D3.

Although D3 is a JavaScript library, its API feels like its own domain-specific language with its own conventions, so there’s a learning curve. Patrick gave a demo of hooking data up to D3 and then changing the data, and hooking up mouse events. He showed transitions for visualization when data changes. Apparently D3 does an efficient recalculation of what needs to happen when data changes.

He also showed a force-directed graph.

Rihanna on R

Rihanna spoke about her use of R for her work.

She has been using R for 13 years! She gave an overview of her work flow, which involves using a workspace and saving objects. She likes to get data from raw sources into R and use plots to look for patterns, spikes. Then she makes different plots in order to tell a story.

Conclusion

I found it very informative to hear about the work flows Patrick and Rihanna each adopted in order to find and report on interesting data.

The main drawback of this meeting was that it was very long, because of two talks crammed into one evening. Since this was just the first meeting, I suggested that shorter talks in the future would enable more time for unstructured discussion at meetings.

comments powered by Disqus