Skip to content

Commit

Permalink
fix: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheer committed Feb 27, 2024
1 parent add80e1 commit 0d960d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flight-delays.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ While 200,000 points will stress many web-based visualization tools, Mosaic does

The histograms above provide a useful first-look at the data. However, to discover relations among the data we had to interactively explore. Instead of "hiding" patterns behind interactions, let's visualize relationships directly.

Below we use hexagonal bins to visualize the density (number of flights) by both time of delay and arrival delay. Interactive histograms along the edges show marginal distributions for both.
Below we use hexagonal bins to visualize the density (number of flights) by both time of day and arrival delay. Interactive histograms along the edges show marginal distributions for both.

```js
const $scale = vg.Param.value("log"); // color scale type
Expand Down

0 comments on commit 0d960d3

Please sign in to comment.