Skip to content

Instantly share code, notes, and snippets.

View sandeepdhakal's full-sized avatar

Sandeep Dhakal sandeepdhakal

  • Brisbane, Australia
View GitHub Profile
@sandeepdhakal
sandeepdhakal / nepal-earthquake-matplotlib-animation.py
Created April 23, 2025 01:52
Animated earthquake scatter plot and size legend with matplotlib
import urllib.parse
import contextily as cx
import geopandas as gpd
import matplotlib.animation as animation
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
from matplotlib.lines import Line2D