Go to the documentation of this file.
2 import matplotlib.pyplot
as plt
10 Z,Y = np.loadtxt(
"finabelem.dat",unpack=
True)
21 plt.ylabel(
"Abundance Y")
22 plt.xlabel(
"Atomic number Z")
25 plt.savefig(
"CCSN_wind_bliss.pdf",bbox_inches=
"tight")