1 / 6

MyAnimeList Visualizer

MyAnimeList Visualizer. By Binh Tran. JSON Data Format. {" anime":[{ " status":"finished airing", " type":"TV ", "score":0, " watched_episodes":13, " watched_status":"watching ", " title":"Cowboy Bebop", " episodes":26, }]}.

fancy
Download Presentation

MyAnimeList Visualizer

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MyAnimeListVisualizer By Binh Tran

  2. JSON Data Format {"anime":[{ "status":"finished airing", "type":"TV", "score":0, "watched_episodes":13, "watched_status":"watching", "title":"Cowboy Bebop", "episodes":26, }]}

  3. Finished Tasks • Grab a MyAnimeList user's anime list data • Calculate ratio of episodes watched to score • Calculate ratio episodes watched to total episodes • Graph with x-axis (# of total episodes) • Graph with y-axis (# of episodes user watched) • Graph with z-axis (user's score) • Display one anime as an individual node on 3d graph • Color code the anime node from blue to red showing it's watched episodes to total episodes ratio

  4. RemainingTasks • Make color code legend for anime node. Higher ratio of episodes watched to score will be shades of red. Lower ratio will be shades of green.

  5. Extra Features • Show only specific animes by their types • Show other users animelists with a username textbox

More Related