ass1: Describe T_c vs \rho_{300K} and Pearson's r
This commit is contained in:
@ -54,8 +54,8 @@ from matplotlib import pyplot as plt
|
||||
fig, ax = plt.subplots(figsize=(10, 5))
|
||||
#df.plot('rho_300', 'T_c', kind='scatter', ax=ax, loglog=True)
|
||||
df.plot('rho_300', 'T_c', kind='scatter', ax=ax)
|
||||
ax.set_xlabel('$\\rho_{300K}$')
|
||||
ax.set_ylabel('$T_c$')
|
||||
ax.set_xlabel('$\\rho_{300K} (n \Omega m)$')
|
||||
ax.set_ylabel('$T_c (K)$')
|
||||
|
||||
for k, v in df.iterrows():
|
||||
#ax.annotate(v['element'], (v['rho_300']*.95, v['T_c']*1.05))
|
||||
|
||||
Reference in New Issue
Block a user