brookslybrand / redesigning-scatterplots

Edward Tufte's opinions on redesigning the scatter plot by increasing the data-ink ratio as explained in his book "The Quantitative Display of Information"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redesigning the Scatterplot

A section of Edward R. Tufte's book The Visual Display of Quantitative Information converted into an animated video using Remotion

Watch the video here

Getting Started

First install the dependencies:

npm install
# or
yarn

Then run development server:

npm start
# or
yarn start

Open http://localhost:3000 with your browser to see the result.

To render the video as an mp4 file, run

npm run build
# or
yarn build

Learn More

You can get started creating your own videos using Remotion by checking out the docs.

About

Edward Tufte's opinions on redesigning the scatter plot by increasing the data-ink ratio as explained in his book "The Quantitative Display of Information"


Languages

Language:TypeScript 77.2%Language:JavaScript 11.8%Language:CSS 11.0%