Skip to content

Commit

Permalink
plot
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Mar 22, 2024
1 parent 200a91f commit 9d30107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions replication/weather/weather_cv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ plt.plot(lambdas, mses, lw=1.0, c="#aa44dd",
label="Mean squared error")
plt.plot(lambdas, gcvs, lw=1.0, c="#009944",
label="Generalized cross-validation")
plt.ylim([0.11 - 0.002, 0.17 + 0.002])
plt.yticks(range(0.11, stop=0.17, step=0.01), fontsize=11)
plt.ylim([0.12 - 0.002, 0.17 + 0.002])
plt.yticks(range(0.12, stop=0.17, step=0.01), fontsize=11)
plt.xticks(fontsize=11)
plt.xlabel("Lifetime parameter \$\\lambda\$", fontsize=12)
plt.ylabel("Loss function", fontsize=12)
Expand Down

0 comments on commit 9d30107

Please sign in to comment.