Skip to content

Commit 4d24cf1

Browse files
committed
up
1 parent b7330d7 commit 4d24cf1

16 files changed

+13802
-234
lines changed

notebooks/makie/notebook.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ Figure(backgroundcolor = :green, size = (600,200))
262262
let
263263
f = Figure()
264264
ax = Axis(f[1,1]) # create a plot object at this position in the f grid
265+
ax = Axis(f[1,2]) # create a plot object at this position in the f grid
265266
f
266267
end
267268

notebooks/week5__/Project.toml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[deps]
2+
ApproXD = "f0e97480-066f-5960-9ba5-e027352bc8af"
3+
ApproxFun = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
4+
BasisMatrices = "08854c51-b66b-5062-a90d-8e7ae4547a49"
5+
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
6+
Chain = "8be319e6-bccf-4806-a6f7-6fae938471bc"
7+
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
8+
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
9+
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"
10+
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
11+
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
12+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
13+
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
14+
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
15+
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
16+
QuartzImageIO = "dca85d43-d64c-5e67-8c65-017450d5d020"
17+
Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"
18+
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
19+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
20+
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"

0 commit comments

Comments
 (0)