{"id":21676897,"url":"https://github.com/rasbeetech/data_visualization","last_synced_at":"2025-10-24T01:54:23.476Z","repository":{"id":135281314,"uuid":"362836007","full_name":"RasbeeTech/Data_Visualization","owner":"RasbeeTech","description":"Visualizing Data with Python","archived":false,"fork":false,"pushed_at":"2021-04-30T15:55:20.000Z","size":1432,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T10:26:21.409Z","etag":null,"topics":["api","matplotlib","plotly","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RasbeeTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-29T13:59:00.000Z","updated_at":"2021-07-06T10:56:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"76066fdc-7cc1-494c-aef1-62f09fb5b3e5","html_url":"https://github.com/RasbeeTech/Data_Visualization","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FData_Visualization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FData_Visualization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FData_Visualization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RasbeeTech%2FData_Visualization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RasbeeTech","download_url":"https://codeload.github.com/RasbeeTech/Data_Visualization/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244589854,"owners_count":20477611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","matplotlib","plotly","python"],"created_at":"2024-11-25T14:16:46.431Z","updated_at":"2025-10-24T01:54:18.410Z","avatar_url":"https://github.com/RasbeeTech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data_Visualization\n Visualizing data with Matplotlib and Plotly.\n\n## Most starred Github Repos(Plotly)\n\nUse github's api calls to map the most starred github repositories.  \n\n\u003cimg src='https://github.com/RasbeeTech/Data_Visualization/blob/main/readme/images/github_repos.png' title='github_repos'\u003e\n\n## Global Earthquakes(Plotly)\n\nUses imported [data](https://github.com/RasbeeTech/Data_Visualization/blob/main/data/eq_data_30_day_m1.json) to geomap earthquakes location and magnitude globally.   \n\n\u003cimg src='https://github.com/RasbeeTech/Data_Visualization/blob/main/readme/images/earthquakes_global.png' title='earthquakes'\u003e\n\n## Death Valley, CA weather 2018(Matplotlib)\n\nUses imported [data](https://github.com/RasbeeTech/Data_Visualization/blob/main/data/death_valley_2018_simple.csv) to map temperature highs and lows in Death Valley, California in 2018.  \n\n\u003cimg src='https://github.com/RasbeeTech/Data_Visualization/blob/main/readme/images/death_valley_highs_lows.png' title='death_valley_weather_2018'\u003e\n\n## Toronto, Ontario Weather 2020(Matplotlib)\n\nUses imported [data](https://github.com/RasbeeTech/Data_Visualization/blob/main/data/toronto_weather_2020.csv) to map temperature highs and lows in Toronto, Ontario in 2020.  \n\n\u003cimg src='https://github.com/RasbeeTech/Data_Visualization/blob/main/readme/images/toronto_highs_lows_2020.png' title='toronto_weather_2020'\u003e\n\n## Rolling Dice (Plotly)\n\nModule [die.py](https://github.com/RasbeeTech/Data_Visualization/blob/main/die.py): Simulates rolling a single die.\n\nVisual probabilty of rolling a six-sided die:  \n\n\u003cimg src='https://github.com/RasbeeTech/Data_Visualization/blob/main/readme/images/d6.png' title='d6'\u003e  \n\nVisual probabilty of rolling two six-sided dice:  \n\n\u003cimg src='https://github.com/RasbeeTech/Data_Visualization/blob/main/readme/images/d6_d6.png' title='d6_d6'\u003e  \n\nVisual probabilty of rolling six-sided and ten-sided dice:  \n\n\u003cimg src='https://github.com/RasbeeTech/Data_Visualization/blob/main/readme/images/d6_d10.png' title='d6_d10'\u003e   \n\n## Random Walk(Matplotlib)\n\nModule [random_walk.py](https://github.com/RasbeeTech/Data_Visualization/blob/main/random_walk.py): Generates random walking patterns and distances.  \n\nVisual 1:  \n\n\u003cimg src='https://github.com/RasbeeTech/Data_Visualization/blob/main/readme/images/rw_visual_1.png' title='rw_1'\u003e\n\nVisual 2:  \n\n\u003cimg src='https://github.com/RasbeeTech/Data_Visualization/blob/main/readme/images/rw_visual_2.png' title='rw_2'\u003e\n\n## Mapping squares (Matplotlib)\n\nWith generated data:  \n\n\u003cimg src='https://github.com/RasbeeTech/Data_Visualization/blob/main/readme/images/scatter_squares.png' title='squares_1'\u003e\n\nWith preset data:  \n\n\u003cimg src='https://github.com/RasbeeTech/Data_Visualization/blob/main/readme/images/mpl_squares_chart.png' title='squares_2'\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasbeetech%2Fdata_visualization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frasbeetech%2Fdata_visualization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frasbeetech%2Fdata_visualization/lists"}