Plot_me.py File Reference

Go to the source code of this file.

Namespaces

 Plot_me
 

Variables

 Plot_me.figsize
 
 Plot_me.sharex
 
 Plot_me.hspace
 
 Plot_me.temp
 
 Plot_me.rho
 
 Plot_me.e6
 
float Plot_me.R0 = 0.2
 
int Plot_me.rho_0 = 1e6
 
float Plot_me.T9_analytic = lambda x: 2.4*(R0)**(-3./4.)*np.exp(-x/ (3*(446/np.sqrt(7*rho_0))))
 
int Plot_me.rho_analytic = lambda x: 7*rho_0 *np.exp(-x / (446/np.sqrt(7*rho_0)))
 
float Plot_me.T9_gridpoint = T9_analytic(time)
 
int Plot_me.rho_gridpoint = rho_analytic(time)