Skip to content
Snippets Groups Projects
Unverified Commit a3d74adc authored by tegenolf's avatar tegenolf Committed by GitHub
Browse files

Add config file for week 7

parent a7e66c47
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
import warnings
warnings.filterwarnings('ignore')
import numpy as np
np.random.seed(0)
import matplotlib
import matplotlib.pyplot as plt
import seaborn as sns
sns.set_context('talk', font_scale=1.2, rc={'lines.linewidth': 3})
sns.set_style('ticks',
{'grid.linestyle': 'none', 'axes.edgecolor': '0',
'axes.linewidth': 1.2, 'legend.frameon': True,
'xtick.direction': 'out', 'ytick.direction': 'out',
'xtick.top': True, 'ytick.right': True,
})
from scipy.constants import m_p, c, e
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment