uni.errorbar(
    range(1, n_nonzero_coefs + 1),
    rmse_uniform1.mean(1),
    yerr=rmse_uniform1.std(1),