# to see contents of create_plots function, look at the top-most algorithm's code
baseline, params = baseline_fitter.pspline_arpls(y, lam=(1e3, 5e0))
create_plots(y, baseline)