Skip to content

Commit 4ed4bbd

Browse files
authored
refactor: Add plot labels to chap12&13 notebooks (#69)
1 parent c0d1d20 commit 4ed4bbd

File tree

4 files changed

+102
-55
lines changed

4 files changed

+102
-55
lines changed

Manifest.toml

Lines changed: 93 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ version = "3.5.0+3"
3434

3535
[[ArrayInterface]]
3636
deps = ["Compat", "IfElse", "LinearAlgebra", "Requires", "SparseArrays", "Static"]
37-
git-tree-sha1 = "49fe2b94edd1a54ac4919b33432daefd8e6c0f28"
37+
git-tree-sha1 = "e527b258413e0c6d4f66ade574744c94edef81f8"
3838
uuid = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
39-
version = "3.1.35"
39+
version = "3.1.40"
4040

4141
[[Artifacts]]
4242
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
@@ -87,9 +87,15 @@ version = "1.12.1"
8787

8888
[[ChainRulesCore]]
8989
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
90-
git-tree-sha1 = "0541d306de71e267c1a724f84d44bbc981f287b4"
90+
git-tree-sha1 = "f885e7e7c124f8c92650d61b9477b9ac2ee607dd"
9191
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
92-
version = "1.10.2"
92+
version = "1.11.1"
93+
94+
[[ChangesOfVariables]]
95+
deps = ["LinearAlgebra", "Test"]
96+
git-tree-sha1 = "9a1d594397670492219635b35a3d830b04730d62"
97+
uuid = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
98+
version = "0.1.1"
9399

94100
[[CircularArrayBuffers]]
95101
git-tree-sha1 = "b097d863df6c40491b7553a1eb235fbb86d37d0e"
@@ -140,14 +146,20 @@ version = "0.3.0"
140146

141147
[[Compat]]
142148
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "SHA", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
143-
git-tree-sha1 = "31d0151f5716b655421d9d75b7fa74cc4e744df2"
149+
git-tree-sha1 = "dce3e3fea680869eaa0b774b2e8343e9ff442313"
144150
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
145-
version = "3.39.0"
151+
version = "3.40.0"
146152

147153
[[CompilerSupportLibraries_jll]]
148154
deps = ["Artifacts", "Libdl"]
149155
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
150156

157+
[[Configurations]]
158+
deps = ["ExproniconLite", "OrderedCollections", "TOML"]
159+
git-tree-sha1 = "79e812c535bb9780ba00f3acba526bde5652eb13"
160+
uuid = "5218b696-f38b-4ac9-8b61-a12ec717816d"
161+
version = "0.16.6"
162+
151163
[[ConstructionBase]]
152164
deps = ["LinearAlgebra"]
153165
git-tree-sha1 = "f74e9d5388b8620b4cee35d4c5a618dd4dc547f4"
@@ -202,16 +214,16 @@ uuid = "163ba53b-c6d8-5494-b064-1a9d43ac40c5"
202214
version = "1.0.3"
203215

204216
[[DiffRules]]
205-
deps = ["NaNMath", "Random", "SpecialFunctions"]
206-
git-tree-sha1 = "7220bc21c33e990c14f4a9a319b1d242ebc5b269"
217+
deps = ["LogExpFunctions", "NaNMath", "Random", "SpecialFunctions"]
218+
git-tree-sha1 = "3287dacf67c3652d3fed09f4c12c187ae4dbb89a"
207219
uuid = "b552c78f-8df3-52c6-915a-8e097449b14b"
208-
version = "1.3.1"
220+
version = "1.4.0"
209221

210222
[[Distances]]
211223
deps = ["LinearAlgebra", "Statistics", "StatsAPI"]
212-
git-tree-sha1 = "09d9eaef9ef719d2cd5d928a191dc95be2ec8059"
224+
git-tree-sha1 = "837c83e5574582e07662bbbba733964ff7c26b9d"
213225
uuid = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7"
214-
version = "0.10.5"
226+
version = "0.10.6"
215227

216228
[[Distributed]]
217229
deps = ["Random", "Serialization", "Sockets"]
@@ -225,9 +237,9 @@ version = "0.24.18"
225237

226238
[[DocStringExtensions]]
227239
deps = ["LibGit2"]
228-
git-tree-sha1 = "a32185f5428d3986f47c2ab78b1f216d5e6cc96f"
240+
git-tree-sha1 = "b19534d1895d702889b219c382a6e18010797f0b"
229241
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
230-
version = "0.8.5"
242+
version = "0.8.6"
231243

232244
[[Downloads]]
233245
deps = ["ArgTools", "LibCURL", "NetworkOptions"]
@@ -247,9 +259,9 @@ version = "1.2.9"
247259

248260
[[EllipsisNotation]]
249261
deps = ["ArrayInterface"]
250-
git-tree-sha1 = "8041575f021cba5a099a456b4163c9a08b566a02"
262+
git-tree-sha1 = "9aad812fb7c4c038da7cab5a069f502e6e3ae030"
251263
uuid = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
252-
version = "1.1.0"
264+
version = "1.1.1"
253265

254266
[[Expat_jll]]
255267
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -262,6 +274,11 @@ git-tree-sha1 = "b7e3d17636b348f005f11040025ae8c6f645fe92"
262274
uuid = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
263275
version = "0.1.6"
264276

277+
[[ExproniconLite]]
278+
git-tree-sha1 = "8b08cc88844e4d01db5a2405a08e9178e19e479e"
279+
uuid = "55351af7-c7e9-48d6-89ff-24e801d99491"
280+
version = "0.6.13"
281+
265282
[[FFMPEG]]
266283
deps = ["FFMPEG_jll"]
267284
git-tree-sha1 = "b57e3acbe22f8484b4b5ff66a7499717fe1a9cc8"
@@ -286,6 +303,9 @@ git-tree-sha1 = "c6033cc3892d0ef5bb9cd29b7f2f0331ea5184ea"
286303
uuid = "f5851436-0d7a-5f13-b9de-f02708fd171a"
287304
version = "3.3.10+0"
288305

306+
[[FileWatching]]
307+
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
308+
289309
[[FillArrays]]
290310
deps = ["LinearAlgebra", "Random", "SparseArrays"]
291311
git-tree-sha1 = "693210145367e7685d8604aee33d9bfb85db8b31"
@@ -318,9 +338,9 @@ version = "0.4.2"
318338

319339
[[ForwardDiff]]
320340
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "LinearAlgebra", "NaNMath", "Preferences", "Printf", "Random", "SpecialFunctions", "StaticArrays"]
321-
git-tree-sha1 = "63777916efbcb0ab6173d09a658fb7f2783de485"
341+
git-tree-sha1 = "ef3fec65f9db26fa2cf8f4133c697c5b7ce63c1d"
322342
uuid = "f6369f11-7733-5829-9624-2563aa707210"
323-
version = "0.10.21"
343+
version = "0.10.22"
324344

325345
[[FreeType2_jll]]
326346
deps = ["Artifacts", "Bzip2_jll", "JLLWrappers", "Libdl", "Pkg", "Zlib_jll"]
@@ -343,11 +363,17 @@ version = "0.2.7"
343363
deps = ["Random"]
344364
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"
345365

366+
[[FuzzyCompletions]]
367+
deps = ["REPL"]
368+
git-tree-sha1 = "2cc2791b324e8ed387a91d7226d17be754e9de61"
369+
uuid = "fb4132e2-a121-4a70-b8a1-d5b831dcdcc2"
370+
version = "0.4.3"
371+
346372
[[GLFW_jll]]
347373
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libglvnd_jll", "Pkg", "Xorg_libXcursor_jll", "Xorg_libXi_jll", "Xorg_libXinerama_jll", "Xorg_libXrandr_jll"]
348-
git-tree-sha1 = "dba1e8614e98949abfa60480b13653813d8f0157"
374+
git-tree-sha1 = "0c603255764a1fa0b61752d2bec14cfbd18f7fe8"
349375
uuid = "0656b61e-2033-5cc2-a64a-77c0f6c09b89"
350-
version = "3.3.5+0"
376+
version = "3.3.5+1"
351377

352378
[[GPUArrays]]
353379
deps = ["Adapt", "LinearAlgebra", "Printf", "Random", "Serialization", "Statistics"]
@@ -357,9 +383,9 @@ version = "8.1.2"
357383

358384
[[GPUCompiler]]
359385
deps = ["ExprTools", "InteractiveUtils", "LLVM", "Libdl", "Logging", "TimerOutputs", "UUIDs"]
360-
git-tree-sha1 = "ba475ea91facd7bde9f0f113f60e975882b4f5ca"
386+
git-tree-sha1 = "77d915a0af27d474f0aaf12fcd46c400a552e84c"
361387
uuid = "61eb1bfa-7361-4325-ad38-22787b887f55"
362-
version = "0.13.6"
388+
version = "0.13.7"
363389

364390
[[GR]]
365391
deps = ["Base64", "DelimitedFiles", "GR_jll", "HTTP", "JSON", "Libdl", "LinearAlgebra", "Pkg", "Printf", "Random", "Serialization", "Sockets", "Test", "UUIDs"]
@@ -369,9 +395,9 @@ version = "0.61.0"
369395

370396
[[GR_jll]]
371397
deps = ["Artifacts", "Bzip2_jll", "Cairo_jll", "FFMPEG_jll", "Fontconfig_jll", "GLFW_jll", "JLLWrappers", "JpegTurbo_jll", "Libdl", "Libtiff_jll", "Pixman_jll", "Pkg", "Qt5Base_jll", "Zlib_jll", "libpng_jll"]
372-
git-tree-sha1 = "cafe0823979a5c9bff86224b3b8de29ea5a44b2e"
398+
git-tree-sha1 = "fd75fa3a2080109a2c0ec9864a6e14c60cca3866"
373399
uuid = "d2c73de3-f751-5644-a686-071e5b155ba9"
374-
version = "0.61.0+0"
400+
version = "0.62.0+0"
375401

376402
[[GeometryBasics]]
377403
deps = ["EarCut_jll", "IterTools", "LinearAlgebra", "StaticArrays", "StructArrays", "Tables"]
@@ -421,9 +447,9 @@ uuid = "47d2ed2b-36de-50cf-bf87-49c2cf4b8b91"
421447
version = "0.0.4"
422448

423449
[[HypertextLiteral]]
424-
git-tree-sha1 = "5efcf53d798efede8fee5b2c8b09284be359bf24"
450+
git-tree-sha1 = "2b078b5a615c6c0396c77810d92ee8c6f470d238"
425451
uuid = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2"
426-
version = "0.9.2"
452+
version = "0.9.3"
427453

428454
[[IOCapture]]
429455
deps = ["Logging", "Random"]
@@ -438,9 +464,9 @@ uuid = "7869d1d1-7146-5819-86e3-90919afe41df"
438464
version = "0.4.3"
439465

440466
[[IfElse]]
441-
git-tree-sha1 = "28e837ff3e7a6c3cdb252ce49fb412c8eb3caeef"
467+
git-tree-sha1 = "debdd00ffef04665ccbb3e150747a77560e8fad1"
442468
uuid = "615f187c-cbe4-4ef1-ba3b-2fcf58d6d173"
443-
version = "0.1.0"
469+
version = "0.1.1"
444470

445471
[[IniFile]]
446472
deps = ["Test"]
@@ -472,9 +498,9 @@ version = "0.5.3"
472498

473499
[[InverseFunctions]]
474500
deps = ["Test"]
475-
git-tree-sha1 = "f0c6489b12d28fb4c2103073ec7452f3423bd308"
501+
git-tree-sha1 = "a7254c0acd8e62f1ac75ad24d5db43f5f19f3c65"
476502
uuid = "3587e190-3f89-42d0-90ee-14403ec27112"
477-
version = "0.1.1"
503+
version = "0.1.2"
478504

479505
[[IrrationalConstants]]
480506
git-tree-sha1 = "7fd44fd4ff43fc60815f8e764c0f352b83c49151"
@@ -546,9 +572,9 @@ uuid = "dd4b983a-f0e5-5f8d-a1b7-129d4a5fb1ac"
546572
version = "2.10.1+0"
547573

548574
[[LaTeXStrings]]
549-
git-tree-sha1 = "c7f1c695e06c01b95a67f0cd1d34994f3e7db104"
575+
git-tree-sha1 = "f2355693d6778a178ade15952b7ac47a4ff97996"
550576
uuid = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
551-
version = "1.2.1"
577+
version = "1.3.0"
552578

553579
[[Latexify]]
554580
deps = ["Formatting", "InteractiveUtils", "LaTeXStrings", "MacroTools", "Markdown", "Printf", "Requires"]
@@ -632,10 +658,10 @@ deps = ["Libdl"]
632658
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
633659

634660
[[LogExpFunctions]]
635-
deps = ["ChainRulesCore", "DocStringExtensions", "InverseFunctions", "IrrationalConstants", "LinearAlgebra"]
636-
git-tree-sha1 = "6193c3815f13ba1b78a51ce391db8be016ae9214"
661+
deps = ["ChainRulesCore", "ChangesOfVariables", "DocStringExtensions", "InverseFunctions", "IrrationalConstants", "LinearAlgebra"]
662+
git-tree-sha1 = "be9eef9f9d78cecb6f262f3c10da151a6c5ab827"
637663
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
638-
version = "0.3.4"
664+
version = "0.3.5"
639665

640666
[[Logging]]
641667
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
@@ -648,9 +674,9 @@ version = "2021.1.1+2"
648674

649675
[[MacroTools]]
650676
deps = ["Markdown", "Random"]
651-
git-tree-sha1 = "5a5bc6bf062f0f95e62d0fe0a2d99699fed82dd9"
677+
git-tree-sha1 = "3d3e902b31198a27340d0bf00d6ac452866021cf"
652678
uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
653-
version = "0.5.8"
679+
version = "0.5.9"
654680

655681
[[Markdown]]
656682
deps = ["Base64"]
@@ -689,6 +715,12 @@ uuid = "a63ad114-7e13-5084-954f-fe012c677804"
689715
[[MozillaCACerts_jll]]
690716
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
691717

718+
[[MsgPack]]
719+
deps = ["Serialization"]
720+
git-tree-sha1 = "a8cbf066b54d793b9a48c5daa5d586cf2b5bd43d"
721+
uuid = "99f44e22-a591-53d1-9472-aa23ef4bd671"
722+
version = "1.1.0"
723+
692724
[[MultivariateStats]]
693725
deps = ["Arpack", "LinearAlgebra", "SparseArrays", "Statistics", "StatsBase"]
694726
git-tree-sha1 = "8d958ff1854b166003238fe191ec34b9d592860a"
@@ -697,9 +729,9 @@ version = "0.8.0"
697729

698730
[[NNlib]]
699731
deps = ["Adapt", "ChainRulesCore", "Compat", "LinearAlgebra", "Pkg", "Requires", "Statistics"]
700-
git-tree-sha1 = "5203a4532ad28c44f82c76634ad621d7c90abcbd"
732+
git-tree-sha1 = "e9ee896802054f832a646f607d26ea9fa1181c90"
701733
uuid = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
702-
version = "0.7.29"
734+
version = "0.7.30"
703735

704736
[[NNlibCUDA]]
705737
deps = ["CUDA", "LinearAlgebra", "NNlib", "Random", "Statistics"]
@@ -728,9 +760,9 @@ version = "0.4.0"
728760

729761
[[OffsetArrays]]
730762
deps = ["Adapt"]
731-
git-tree-sha1 = "c0e9e582987d36d5a61e650e6e543b9e44d9914b"
763+
git-tree-sha1 = "043017e0bdeff61cfbb7afeb558ab29536bbb5ed"
732764
uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
733-
version = "1.10.7"
765+
version = "1.10.8"
734766

735767
[[Ogg_jll]]
736768
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -777,15 +809,15 @@ version = "8.44.0+0"
777809

778810
[[PDMats]]
779811
deps = ["LinearAlgebra", "SparseArrays", "SuiteSparse"]
780-
git-tree-sha1 = "4dd403333bcf0909341cfe57ec115152f937d7d8"
812+
git-tree-sha1 = "c8b8775b2f242c80ea85c83714c64ecfa3c53355"
781813
uuid = "90014a1f-27ba-587c-ab20-58faa44d9150"
782-
version = "0.11.1"
814+
version = "0.11.3"
783815

784816
[[Parsers]]
785817
deps = ["Dates"]
786-
git-tree-sha1 = "f19e978f81eca5fd7620650d7dbea58f825802ee"
818+
git-tree-sha1 = "ae4bbcadb2906ccc085cf52ac286dc1377dceccc"
787819
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
788-
version = "2.1.0"
820+
version = "2.1.2"
789821

790822
[[Pixman_jll]]
791823
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
@@ -815,6 +847,12 @@ git-tree-sha1 = "68a8a1f4d5763271d38847f0e22d67a7a61b6565"
815847
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
816848
version = "1.23.0"
817849

850+
[[Pluto]]
851+
deps = ["Base64", "Configurations", "Dates", "Distributed", "FileWatching", "FuzzyCompletions", "HTTP", "InteractiveUtils", "Logging", "Markdown", "MsgPack", "Pkg", "REPL", "Sockets", "TableIOInterface", "Tables", "UUIDs"]
852+
git-tree-sha1 = "39da9dbed4931b85d65029ee78f75231cbfe20c4"
853+
uuid = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
854+
version = "0.17.1"
855+
818856
[[PlutoUI]]
819857
deps = ["Base64", "Dates", "Hyperscript", "HypertextLiteral", "IOCapture", "InteractiveUtils", "JSON", "Logging", "Markdown", "Random", "Reexport", "UUIDs"]
820858
git-tree-sha1 = "4c8a7d080daca18545c56f1cac28710c362478f3"
@@ -921,9 +959,9 @@ version = "0.8.6"
921959

922960
[[ReinforcementLearningEnvironments]]
923961
deps = ["DelimitedFiles", "IntervalSets", "LinearAlgebra", "MacroTools", "Markdown", "Pkg", "Random", "ReinforcementLearningBase", "Requires", "SparseArrays", "StatsBase"]
924-
git-tree-sha1 = "ad6c03cc29b489c86119d7aa855e632f6f9792f9"
962+
git-tree-sha1 = "712247ae87b2c2e7107416bce256278d84d1b597"
925963
uuid = "25e41dd2-4622-11e9-1641-f1adca772921"
926-
version = "0.6.8"
964+
version = "0.6.9"
927965

928966
[[ReinforcementLearningZoo]]
929967
deps = ["AbstractTrees", "CUDA", "CircularArrayBuffers", "DataStructures", "Dates", "Distributions", "Flux", "IntervalSets", "LinearAlgebra", "Logging", "MacroTools", "Random", "ReinforcementLearningBase", "ReinforcementLearningCore", "Setfield", "Statistics", "StatsBase", "StructArrays", "Zygote"]
@@ -998,9 +1036,9 @@ uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
9981036

9991037
[[SpecialFunctions]]
10001038
deps = ["ChainRulesCore", "IrrationalConstants", "LogExpFunctions", "OpenLibm_jll", "OpenSpecFun_jll"]
1001-
git-tree-sha1 = "2d57e14cd614083f132b6224874296287bfa3979"
1039+
git-tree-sha1 = "f0bccf98e16759818ffc5d97ac3ebf87eb950150"
10021040
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
1003-
version = "1.8.0"
1041+
version = "1.8.1"
10041042

10051043
[[Static]]
10061044
deps = ["IfElse"]
@@ -1055,6 +1093,11 @@ uuid = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
10551093
deps = ["Dates"]
10561094
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
10571095

1096+
[[TableIOInterface]]
1097+
git-tree-sha1 = "9a0d3ab8afd14f33a35af7391491ff3104401a35"
1098+
uuid = "d1efa939-5518-4425-949f-ab857e148477"
1099+
version = "0.1.6"
1100+
10581101
[[TableOperations]]
10591102
deps = ["SentinelArrays", "Tables", "Test"]
10601103
git-tree-sha1 = "e383c87cf2a1dc41fa30c093b2a19877c83e1bc1"
@@ -1291,9 +1334,9 @@ version = "1.5.0+0"
12911334

12921335
[[Zygote]]
12931336
deps = ["AbstractFFTs", "ChainRules", "ChainRulesCore", "DiffRules", "Distributed", "FillArrays", "ForwardDiff", "IRTools", "InteractiveUtils", "LinearAlgebra", "MacroTools", "NaNMath", "Random", "Requires", "SpecialFunctions", "Statistics", "ZygoteRules"]
1294-
git-tree-sha1 = "0fc9959bcabc4668c403810b4e851f6b8962eac9"
1337+
git-tree-sha1 = "2c30f2df0ba43c17e88c8b55b5b22c401f7cde4e"
12951338
uuid = "e88e6eb3-aa80-5325-afca-941959d7151f"
1296-
version = "0.6.29"
1339+
version = "0.6.30"
12971340

12981341
[[ZygoteRules]]
12991342
deps = ["MacroTools"]

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[deps]
22
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
33
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
4+
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
45
Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
56
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
7+
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
68
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
79
ReinforcementLearning = "158674fc-8238-5cab-b5ba-03dfc80d1318"
810
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

notebooks/Chapter12_Random_Walk.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### A Pluto.jl notebook ###
2-
# v0.16.4
2+
# v0.17.0
33

44
using Markdown
55
using InteractiveUtils
@@ -66,7 +66,7 @@ end
6666
begin
6767
As = [0:0.1:1, 0:0.1:1, 0:0.1:1, 0:0.1:1, 0:0.1:1, 0:0.05:0.5, 0:0.02:0.2, 0:0.01:0.1]
6868
Λ = [0., 0.4, .8, 0.9, 0.95, 0.975, 0.99, 1.]
69-
p = plot(legend=:topright)
69+
p = plot(legend=:topright, xlabel="α", ylabel="RMS error")
7070
for (A, λ) in zip(As, Λ)
7171
plot!(p, A, [records(α, λ) for α in A], label="lambda = ")
7272
end

0 commit comments

Comments
 (0)