add a plot to chapter 7

This commit is contained in:
Bogumił Kamiński 2022-06-30 10:34:07 +02:00
parent f7aefd9f9f
commit 41b9872012
1 changed files with 4 additions and 0 deletions

View File

@ -215,3 +215,7 @@ using Impute
rates_filled = Impute.interp(rates)
scatter!(dates, rates_filled, markersize=3)
plot(dates[rates_ok], rates[rates_ok];
xlabel="day", ylabel="PLN/USD", legend=false, marker=:o,
xticks=dates[rates_ok], xrot=90, bottommargin=5Plots.mm)