Skip to content

Instantly share code, notes, and snippets.

View thoppe's full-sized avatar
🌶️

Travis Hoppe thoppe

🌶️
  • Centers for Disease Control and Prevention, National Center for Health Statistics (CDC/NCHS/OD)
  • Hyattsville, MD
View GitHub Profile
'''
Code releated for stack exchange question:
https://math.stackexchange.com/questions/4519928/how-do-i-stop-my-normals-from-spreading-out-under-perturbation
'''
import numpy as np
from tqdm import tqdm
import pylab as plt
import pandas as pd
import seaborn as sns
# Removing top tick marks (and other props) when using shared axes
# For more control, see
# https://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.tick_params.html
import pylab as plt
import numpy as np
# Sample data
X = np.linspace(0, 1, 100)
R = np.random.uniform(size=100)
Name t
Jovan 0.143522377788
Wilford 0.171813290491
Newton 0.192343843426
Maurice 0.193607112432
Emmanuel 0.20571087052
Joseph 0.210762071958
Milton 0.21296788724
Ahmad 0.214983745995
Julius 0.218052193228