cscheid.net

some papers, some blog posts, some code. like nowhere else on the web.

Voting in the MLB Hall of Fame

[blog] Wed, 23 Jan 2013 17:43:45 -0500 [... comments]

Here’s a visualization of the MLB Hall of Fame trajectories my friend Kenny Shirley and I created using D3, R and a bunch of elbow grease.


Window Seat

[blog] Wed, 16 Jan 2013 00:05:00 -0500 [... comments]

What does it look like when you turn a video of a 5-hour flight into a single image?

A trivial Python hack to tweet from the command line

[blog] Wed, 14 Nov 2012 23:14:08 -0500 [... comments]

One of the annoying things about Twitter is that sometimes I want to tweet something, but I don’t want to actually read anything from my feed (because I’ll surely get distracted). So I wrote this trivial, minimal piece of python code to tweet from the command line.

VisWeek 2012, Monday and Tuesday

[blog] Thu, 18 Oct 2012 13:13:09 -0400 [... comments]

This continues the set of notes I started on the previous post.

VisWeek 2012, Sunday

[blog] Wed, 17 Oct 2012 04:31:33 -0400 [... comments]

At this point, VisWeek 2012 is just about halfway done, and there’s tons to write about, but I’ll try to keep these short by sticking to one day at a time. VisWeek now runs four parallel tracks for the best part of a week, so there’s no way I can tell you about everything that is happening out here in (today, surprisingly sunny!) Seattle. But I will tell you about what I think is cool. The usual caveats follow: omissions and mischaracterizations are all my fault.

So you want to look at a graph, part 3

[blog] Sun, 22 Jul 2012 19:15:12 -0400 [... comments]

This series of posts is a tour of the design space of graph visualization. I’ve written about graphs and their properties, and how the encoding of data into a visual representation is crucial. In this post, I will use those ideas to justify the choices behind a classic algorithm for laying out directed, mostly-acyclic graphs.

A Javascript question on performance vs. convenience

[blog] Tue, 26 Jun 2012 17:19:40 -0400 [... comments]

Here’s a Javascript-specific software engineering problem I’m considering within Facet. I’m trying to decide how (or even whether) to approach type-checking in the API, and I’m looking for input.

Drawing Large Graphs by Low-Rank Stress Majorization

[paper] Tue, 27 Mar 2012 21:02:27 -0400 [... comments]

Marc Khoury, Yifan Hu, Shankar Krishnan, Carlos Scheidegger. Eurovis 2012, to appear.

Optimizing a stress model is a natural technique for drawing graphs: one seeks an embedding into $R^d$ which best preserves the induced graph metric. Current approaches to solving the stress model for a graph with $|V|$ nodes and $|E|$ edges require the full all-pairs shortest paths (APSP) matrix, which takes $O(|V|^2 \log|E| + |V||E|)$ time and $O(|V|^2)$ space. We propose a novel algorithm based on a low-rank approximation to the required matrices. The crux of our technique is an observation that it is possible to approximate the full APSP matrix, even when only a small subset of its entries are known. Our algorithm takes time $O(k |V| + |V| \log |V| + |E|)$ per iteration with a preprocessing time of $O(k^3+k(|E|+|V|\log|V|)+k^2 |V|)$ and memory usage of $O(k|V|)$, where a user-defined parameter $k$ trades off quality of approximation with running time and space. We give experimental results which show, to the best of our knowledge, the largest (albeit approximate) full stress model based layouts to date.

So you want to look at a graph, part 2

[blog] Wed, 29 Feb 2012 10:25:46 -0500 [... comments]

This series of posts is a thorough examination of the design space of graph visualization (Intro, part 1). In the previous post, we talked about graphs and their properties. We will now talk about constraints arising from the process of transforming our data into a visualization.

HCL color space blues

[blog] Thu, 16 Feb 2012 01:20:06 -0500 [... comments]

I’ve been playing around with the HCL color space. HCL, if you’ve never heard of it before, is a color space that tries to combine the advantages of perceptual uniformity of Luv, and the simplicity of specification of HSV and HSL. HCL is an improvement over HSV and HSL, but it is not exactly ideal: there is a nasty discontinuity at some bits of the transformation! I have been trying to find a way around this, but I’m stumped. Let me explain, and maybe you can help me.

So you want to look at a graph, part 1

[blog] Wed, 25 Jan 2012 08:34:01 -0500 [... comments]

This series of posts is a tour through of the design space of graph visualization. As I promised, I will do my best to objectively justify as many visualization decisions as I can. This means we will have to go slow; I won’t even draw anything today! In this post, I will only take the very first step: all we will do is think about graphs, and what might be interesting about them.

Older entries: page  0 1 2 3 4

About me

I'm a researcher at AT&T Labs–Research, in the Information Visualization group. I work in data visualization, geometry processing and computer graphics. Opinions here are all mine.

email: carlos.scheidegger@gmail.com
facebook: carlos.scheidegger
flickr: cscheid
twitter: scheidegger
instagram: webstagram, instagrid
cscheid.net runs on racket, scribble, MathJax, TypeKit, and Linode.