Class Meetings
  • Mon, Oct 1 – Lecture:Implementation
  • Wed, Oct 3 – ICE: Dear Data
  • Fri, Oct 5 –  No Class (DC1Help Office Hours)
Week Deadlines

This past week, we learned about encodings – the visual building blocks from which we assemble visualizations. This week we’ll switch gears a bit.

The Frist Design Challenge is in full swing. After submitting your Sketches (due Friday, Sep 28), you will hopefully take some time and give your classmates feedback on their sketches. Either way, you need to turn in a “draft” of your assignment for Friday, October 5.

On Monday we’ll have a lecture on implementation where we talk about some of the ways we might actually create visualizations. One goal is to avoid talking about any specific tool too much – and instead try to develop a general sense of what the options are, and how we might choose.

The readings are about a specific tool: D3. It’s a Javascript library that web developers use to create things for the web. If you’re not a web developer, its not obviously a useful thing to do. But it is so pervasive, that I want everyone to know a little about it. If you want to know more about it, we’ll have an optional tutorial session on a Friday in a few weeks.

On Wednesday, we’ll have another in-class design exercise. With even more designing (well, re-designing). The exercise is based on the book “Dear Data.” (you don’t need to look at the book beforehand).

There is no class on Friday. However, I will hold an extra office hour during the class time slot (11-noon) to talk to people who need help with DC1, want to discuss visualization, or anything else.

You may want to look at this week’s learning goals Learning Goals 5: Week 5 – Implementation.

Readings (due Mon, Oct 1 – preferably before class, but its not urgent)

It’s difficult to know what readings to recommend about implementation stuff, because everyone needs something different. For a lot of people learning about why D3 is the way it is isn’t that important, since you probably won’t use it. That said, I think it’s worth learning something about D3 even if you aren’t going to use since it’s an important tool that lots of people use, and it has some interesting ideas. But it’s hard to learn D3, since you need to know all the stuff it’s built on, and it’s hard to learn about D3 because most things try to teach you to use it…

Note: this week’s reading is fairly light – the next few weeks have more reading. You might want to read ahead of bit. Or use the time to work on DC1.

  1. To start, read my 2015 rant about why you may or may not want to learn D3. It’s a little out of date (we use Javascript in some other classes now, so I have more experience helping students learn it).
  2. The D3 paper is an important starting point. It’s the “academic document” that tries to explain why D3 is what it is, and why it’s a good idea. It’s a weird mix of an academic CS paper, with lots of specific implementation details (which are less common in academic CS papers). The paper really is the best way to get the rationale and the key ideas, you just have to skip over a lot of acronyms and buzz-words.
  3. To understand what D3 can do, there is a huge gallery of examples. Although, the most interesting examples are where it gets used in practice – many of the visualizations you seen in the web browser (that are of the form that D3 can do well) are done with D3. The examples on the gallery page are nice because they show the source code.
  4. On the D3 web page, there is a huge list of tutorials. I don’t know which ones are good or not.

    The O’Reilly Book “Interactive Data Visualization for the Web” by Scott Murray is available on line for free. http://chimera.labs.oreilly.com/books/1230000000345/index.html This is more of a “here’s how to use D3” book (which might be what you want), but its decent for that. I don’t know if its better or worse than other tutorials. It has an overview of the underlying technologies that you need to know. But Chapter 2 can give you a sense of what D3 is roughly about. Chapter 3 gives a brief tour of the web technologies – it tries to cram an entire class on Javascript programming into a subsection.

If you don’t think D3 is for you (and it might not be), you should still learn a little about it. you can look at 2-4 above, but don’t delve too deep. Instead, read something about some tool or toolkit that you are more likely to use.

DC1 clarifications

by maryqfeng on September 28, 2018

The sketches due today may be drawn by hand; you may sketch it on a paper and take a photo of it. Visualizations made by Tableau or other tools are also acceptable, but not required. Submit these through Canvas discussions. Discussion of these designs is not required but encouraged!

Also note that it is okay to change the dataset from the one you initially chose (last Friday) to a different one, as long as it’s in the list of approved datasets for DC1. Please make a note of it.

Change to handin for DC1-2

by Mike Gleicher on September 26, 2018

I made a mistake in the handin mechanism for DC1 Phase 2 (Sketches). It was a regular handin – we had wanted it to be a discussion forum (so that others can see your sketches and provide feedback). The new submission link DC1 Phase 2 is here.

In the original instructions, you were asked to provide two designs as a single PDF. Because of the new handin mechanism, we can be more flexible. You need to turn in two sketches. A single PDF with both designs is still OK, but you may:

  • post each design independently as separate posts (this is preferred, so people can comment on designs independently)
  • post the designs in any format you like (you can post an image or a PDF)

You will be able to see other people’s sketches. The idea of this is so that you can provide feedback to classmates. While you are not required to comment on other peoples’ designs, you are encouraged to do so.

The deadline for turning in your sketches is still Friday, October 28th. However, we will leave the discussions open for a week so you can provide feedback to others.

I will try to fix the links around the web page to the new handin. But the correct Canvas place for DC1 Phase 2 is here.

Tableau Tutorial Friday

by Mike Gleicher on September 24, 2018

On Friday, Mary will lead a Tableau tutorial / help session. She encourages people to install Tableau on their laptops and bring it to class so you can follow along. Also, please send her questions or suggest things she should try to cover.

You may also want to look at the Tableau discussion on Canvas.

Discussion of Tools for DC1

by Mike Gleicher on September 24, 2018

I have created two discussion threads for students to discuss aspects of DC1 on Canvas.

  1. There is a thread to discuss tutorials, tips and tricks for Tableau. I don’t have many to recommend myself, but if you find something, please share it with your classmates!
  2. There is a thread to discuss the choice of tools for DC1. Have you found an alternative to Tableau? I have no good recommendations, but if you find something you like, please share it with your classmates!

These are set up as Canvas Discussions. Canvas isn’t the best tool for these kinds of discussions, but I didn’t want to introduce another web system. (we already have the course web and Canvas, adding Piazza or something like that would make things too complicated.

The Week in Vis 04 (Mon, Sep 24 – Fri, Sep 28): Encodings

by Mike Gleicher on September 21, 2018

Class Meetings
  • Mon, Sep 24 – Lecture:Encodings
  • Wed, Sep 26 – ICE: Standard Designs
  • Fri, Sep 28 – OPT:TableauAndTools
Week Deadlines

Last week, we talked about abstraction, tried to use it in our critiques in the in class exercises, and chose data sets for Design Challenge 1. (you did choose a data set for design challenge 1, right?)

Now that we have our data and task, we can figure out how to map these to things we see. That is, how we encode them using visual variables. As usual, Monday I’ll talk about it in lecture (with more pictures than last week’s lecture), and Wednesday we’ll do an in-class exercise to practice the concepts. I am aware the past 2 seek and finds haven’t used your art supplies. This week may involve more drawing.

Friday’s optional class will be a chance to look at Tableau. You might want to try it out before Friday, or bring you laptop with it installed so you can follow along. If you’re curious about the connection between Tableau and what we’re doing in the lecture part of class, check out the “Show Me” paper from last week’s reading list (it was optional).

Whether or not you are going to try Tableau, there is checkpoint for DC1 due on Friday.

You may want to look at this week’s learning goals Learning Goals 4: Week 4 – Encodings.

Readings (due Mon, Sep 24 – preferably before class)

This week, the topic is Encodings. The Visual channels to which we can map data. These can be thought of as the building blocks from which visualizations are constructed. We’ll read about different encodings, and hopefully get a sense of why you might choose one over the other. And you’ll look at some standard designs and try to understand how they are put together from encodings.

The primary readings are three chapters that discuss the different encodings, and a classic paper they all refer to:

  1. Marks and Channels (Chapter 5 from Munzner’s Visualization Analysis & Design) (Munzner-05-MarksAndChannels.pdf 0.4mb)

    A nice discussion of the main encodings, with information of how they differ and how to choose.

  2. Arrange Tables (Chapter 7 from Munzner’s Visualization Analysis & Design) (Munzner-07-ArrangeTables.pdf 0.6mb)

    Position encodings are extra important and potentially more complex, so they get their own chapter. This chapter is particularly interesting because Munzner shows us how to break down a lot of standard (and some not so standard) charts into basic encodings. (note that we’ve skipped over Chapters 4 and 6 – we’ll come back to these).

  3. Basic Principles of Visualization (Chapter 5 of The Truthful Art) (theTruthfulArtCh5.pdf 10.2mb)

    In some ways, this is redundant with Munzner – but I like it as a different perspective, less formal and academic. It provides some thoughts on how to make practical use of the research literature (which we will look at).

  4. Cleveland and McGill. Graphical Perception and Graphical Methods for Analyzing Scientific Data. Science 229(4716), 1985. (online library) (ClevelandMcGill85.pdf 1.3mb)

    This paper is referred to by Munzner, Cairo, and, well, everyone else. It’s the first rigorous attempt to understand how people perform at reading encodings. I think it’s important to see the original paper, so you know what they are talking about.

    There are many more recent papers that continue the tradition of trying to rigorously and empirically determine what works and doesn’t work. It’s become a whole genre. We’ll see more when we talk about evaluation and perception.

Optional:

Design Challenge 1 Announcements

by Mike Gleicher on September 18, 2018

You are probably aware that Design Challenge 1 was posted last week.

An initial list of approved data sets was posted this morning (the links to it were broken until now).

On Friday, September 21st, we’ll have a “bring your own data” day in class (optional class day). If you have an idea for a data set not on the list, you can show it to the class, and we will decide whether we will add it to the list.(the main criteria are: big/hard enough, general interest, publically available, not obvious issues requiring too much processing before you can work with it).

Friday’s (Sep 21) class is optional – but it may also serve as a time to discuss the assignment in general, so it can be useful to come even if you have picked from one of the existing data sets.

We recommend that you use Tableau (or at least try it) for this assignment. There is an announcement on canvas describing how you can get it under the course license. You can also apply for a student license. Either way, you can first try it using the free trial period.

We will have an (optional) Tableau tutorial session on Friday, September 28th.

No Office Hours on September 19th

by Mike Gleicher on September 16, 2018

I need to cancel my office hours on Wednesday, September 19th. I’ll be at class and can talk to people afterwards. Or, send me email to schedule another time during the week.

We will still have class on Wednesday, September 19th.

Whoops – Discussion 2 not grouped

by Mike Gleicher on September 14, 2018

My experience is that having a conversation among 65+ people is tricky (even with online forums), so my intent is to divide the class into smaller groups for discussion.

Unfortunately, I failed to set this up correctly for online discussion #2. I apologize.

From a quick skim, it seems like despite having so many people, there has been a lot of meaningful and productive discussion. I appreciate that these things get unwieldy as 60+ people try to talk about everything (especially as the list of contributions grow). Also, there gets to be a lot of redundancy.

In the future, online discussions should be grouped – dividing the class into 8 groups for the weekly “discussion” and 3 groups for the seek and find.

Of course, it could be that you all prefer having one big discussion (now that you’ve tried both). I will probably take a poll in the future to see how people feel.

Design Challenge 1 Posted!

by Mike Gleicher on September 14, 2018

Design Challenge 1 – the first of 3 4-week “mini-projects” has been posted here. As of right now, the page describing the sample data sets has not been posted (expect that to appear soon). But you can read to get a sense of what is coming up over the next 4 weeks.

The project description explains how there is a milestone (deadline) each week (always on Friday).