README Fig 1 The (x,y) data for each curve is stored in variables named fig1i_{color}_xdata, fig1i_{color}_ydata where i = a,b,c color = dash,blue,orange,gold,purple The (x,y) data for the boundaries of the shaded regions are stored in variables fig1i_shade#_xdata, fig1i_shade#_ydata where i = a,b,c # = 1,2,3,... with the furthest left shaded region being first in the list Fig 2 fig2_curve_{xdata,ydata} store the (x,y) data for the black curve fig2_point_{xdata,ydata} store the (x,y) data for the gold point fig2_color_{xdata,ydata,zdata,cdata} store the (x,y,z,color) data for the colored data (zdata and cdata are redundant here) Fig 3 fig3a_solid_{xdata,ydata} store the (x,y) data for the solid black line in the left plot fig3a_dash_{xdata,ydata} store the (x,y) data for the dashed curve in the left plot fig3a_color_{xdata,ydata,zdata,cdata} store the (x,y,z,color) data for the colored data in the left plot (zdata and cdata are redundant here) The same is true for the right plot, with 3a replaced by 3b in the variable names Fig 4 fig4a_solid_{xdata,ydata} store the (x,y) data for the solid black line in Fig 4a fig4a_color_{xdata,ydata,zdata,cdata} store the (x,y,z,color) data for the colored data in Fig 4a (zdata and cdata are redundant here) The same is true for Fig 4b, with 4a replaced by 4b in the variable names Fig 5 fig5a_solid_{xdata,ydata} store the (x,y) data for the solid black line in Fig 5a fig5a_color_{xdata,ydata,zdata,cdata} store the (x,y,z,color) data for the colored data in Fig 5a (zdata and cdata are redundant here) The same is true for Fig 5b, with 5a replaced by 5b in the variable names Fig 6 fig6_shade_{xdata,ydata} store the (x,y) data for the boundary of the shaded region fig6_blue_{xdata,ydata} store the (x,y) data for the blue points fig6_red_{xdata,ydata} store the (x,y) data for the red points