Skip to content

adarshlilha/simulated-annealing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rotten Tomatoes Critics vs Audience

Top movies liked by critics not by audience

A bubble plot chart showing movies liked by critics but not by audience, from 2007 to 2017.

Uses d3js for chart generation and Simulated Annealing for removal of label overlaps

With reference from annealing implementation of d3-labeler

Check out the hosted version at https://movie-gap-rt.netlify.app

Running Locally

  • git clone - clone or download this repository
  • serve the folder with a local server
python -m SimpleHTTPServer 8000 

alt_text