See how reviz
generates partial Observable Plot programs from this collection of example data visualizations.
- Bar
A modification of Mike Bostock's Bar Chart example using D3. The chart shows the frequency of each letter in the English language.
- Bubble
A modified bubble chart from the Observable Plot documentation showing relationships between a vehicle's 0-60, horsepower, and fuel economy.
- Histogram
A histogram visualizing the stopping times of the first 1000 integers when run through the algorithm underlying the Collatz conjecture.
New York Times Vaccine Voting
A scatterplot from the New York Times showing correlations between voting patterns and vaccination status.
NPR Covid Shift
A stacked bar chart from NPR showing how deaths related to Covid-19 have shifted away from urban centers to rural towns over the course of the pandemic.
- Scatterplot
The example scatterplot from the Observable Plot documentation showing the relationship between weight, height, and sex of Olympic athletes.
- Stacked Bar
A modification of Mike Bostock's Stacked Bar Chart example using D3. The chart, based on data from Florence Nightingale, shows deaths in the Crimean War by month, with each bar group representing the cause of death.
- Strip Plot
An example strip plot by Mike Bostock using D3. The strip plot shows the age distribution of each US state's population.