Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6238b3d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Sep 15, 2024
1 parent 9285d0f commit 6c5fdd6
Show file tree
Hide file tree
Showing 42 changed files with 38 additions and 26 deletions.
2 changes: 1 addition & 1 deletion analysis/base_01_plutoui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>Pluto UI</h1>

</div>
<pluto-editor
statefile='../../generated_assets/base_01_plutoui_ed4f1382.plutostate'
statefile='../../generated_assets/base_01_plutoui_d8f9ede0.plutostate'
notebookfile='../../generated_assets/base_01_plutoui_8407ae3a.jl'


Expand Down
2 changes: 1 addition & 1 deletion analysis/data_01_man/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>Data Manipulation</h1>

</div>
<pluto-editor
statefile='../../generated_assets/data_01_man_4d3aae18.plutostate'
statefile='../../generated_assets/data_01_man_030303de.plutostate'
notebookfile='../../generated_assets/data_01_man_f7c22458.jl'


Expand Down
4 changes: 2 additions & 2 deletions analysis/plots_01_corr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ <h1>Plot Correlation</h1>

</div>
<pluto-editor
statefile='../../generated_assets/plots_01_corr_d8cb0aa2.plutostate'
notebookfile='../../generated_assets/plots_01_corr_90090886.jl'
statefile='../../generated_assets/plots_01_corr_16204694.plutostate'
notebookfile='../../generated_assets/plots_01_corr_8525a06f.jl'


disable_ui
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ begin
using TidierFiles, TidierData, TidierPlots

# ╔═╡ 50dcffe7-f013-4540-804f-a3badc413f62
using WGLMakie
using CairoMakie

# ╔═╡ 07f923d3-3995-4915-a7f3-c236e6a6d0ea
md"# Plot Correlation"

# ╔═╡ 6856872e-c148-4e7e-8835-92adf9a1186b
WGLMakie.activate!()
CairoMakie.Makie.inline!()

# ╔═╡ 8eecaeac-b0d9-4587-9a9f-61db52c31ff8
md"## Regression Plot"
Expand All @@ -52,11 +52,20 @@ p3 = ggplot(ads, @aes(x = newspaper, y = sales)) +
geom_point(color=:red) +
geom_smooth(method=:lm, linewidth=3, alpha=0.5)

# ╔═╡ abe2d87a-22ca-4039-b259-644ce79c98db
p1 + p2 + p3 + plot_layout(ncol=3, nrow=1, widths=[1, 1, 1], heights=[1])
# ╔═╡ dc0e2788-5a4a-4290-8ea3-a0556ac1ec3a
p13 = (p1 + p2 + p3 + plot_layout(ncol=3, nrow=1, widths=[2, 2, 2], heights=[1]));

# ╔═╡ 1f0a569a-b99f-4626-9be7-63fbfbd7f333
p13.plots

# ╔═╡ ccbb8c49-ba45-4e41-894d-cc93a6814a66
p13.grid

# ╔═╡ 2902c294-aeff-4351-a2f3-337320f9d781
p13.grid

# ╔═╡ d393be84-e5b3-4c33-a66d-f4ef3ff82a8d

# ╔═╡ 3c68ed61-afa5-4d0f-ad13-977944b1b706
Pkg.status()

# ╔═╡ Cell order:
# ╟─07f923d3-3995-4915-a7f3-c236e6a6d0ea
Expand All @@ -69,5 +78,8 @@ Pkg.status()
# ╠═52d98253-dd93-4af8-b6d3-d9d2d5b9b1e2
# ╠═efb16650-04b3-47ea-8f1f-3a2436751adc
# ╠═3b604dd8-d398-4bab-91d1-72bd70a965dc
# ╠═abe2d87a-22ca-4039-b259-644ce79c98db
# ╠═3c68ed61-afa5-4d0f-ad13-977944b1b706
# ╠═dc0e2788-5a4a-4290-8ea3-a0556ac1ec3a
# ╠═1f0a569a-b99f-4626-9be7-63fbfbd7f333
# ╠═ccbb8c49-ba45-4e41-894d-cc93a6814a66
# ╠═2902c294-aeff-4351-a2f3-337320f9d781
# ╠═d393be84-e5b3-4c33-a66d-f4ef3ff82a8d
Binary file removed generated_assets/plots_01_corr_d8cb0aa2.plutostate
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed generated_assets/prob_2_linreg_a89580a5.plutostate
Binary file not shown.
Binary file not shown.
Binary file removed generated_assets/prob_3_logreg_60010e5f.plutostate
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed generated_assets/prob_4_posreg_bbbd797b.plutostate
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed generated_assets/prob_6_ode_89077a51.plutostate
Binary file not shown.
Binary file added generated_assets/prob_6_ode_b426826f.plutostate
Binary file not shown.
2 changes: 1 addition & 1 deletion math/math_01_calculus/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>Calculus Basics</h1>

</div>
<pluto-editor
statefile='../../generated_assets/math_01_calculus_07a448b2.plutostate'
statefile='../../generated_assets/math_01_calculus_83bcb2dd.plutostate'
notebookfile='../../generated_assets/math_01_calculus_71e8def1.jl'


Expand Down
2 changes: 1 addition & 1 deletion math/math_02_ode_1st/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>First Order ODE</h1>

</div>
<pluto-editor
statefile='../../generated_assets/math_02_ode_1st_0f0e2d17.plutostate'
statefile='../../generated_assets/math_02_ode_1st_a98a4325.plutostate'
notebookfile='../../generated_assets/math_02_ode_1st_bda05785.jl'


Expand Down
2 changes: 1 addition & 1 deletion math/math_03_ode_2nd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>Second Order ODE</h1>

</div>
<pluto-editor
statefile='../../generated_assets/math_03_ode_2nd_7b331909.plutostate'
statefile='../../generated_assets/math_03_ode_2nd_5a285eb4.plutostate'
notebookfile='../../generated_assets/math_03_ode_2nd_77d77b1a.jl'


Expand Down
2 changes: 1 addition & 1 deletion math/math_04_ode_system/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>ODE Systems</h1>

</div>
<pluto-editor
statefile='../../generated_assets/math_04_ode_system_e98813e4.plutostate'
statefile='../../generated_assets/math_04_ode_system_3b803772.plutostate'
notebookfile='../../generated_assets/math_04_ode_system_c4a13e44.jl'


Expand Down
2 changes: 1 addition & 1 deletion math/math_05_attractors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>Attractors</h1>

</div>
<pluto-editor
statefile='../../generated_assets/math_05_attractors_fd1feb49.plutostate'
statefile='../../generated_assets/math_05_attractors_e22cda82.plutostate'
notebookfile='../../generated_assets/math_05_attractors_158526c0.jl'


Expand Down
2 changes: 1 addition & 1 deletion math/math_06_sde/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>Stochastic Differential Equation</h1>

</div>
<pluto-editor
statefile='../../generated_assets/math_06_sde_a38e3146.plutostate'
statefile='../../generated_assets/math_06_sde_8fefa79a.plutostate'
notebookfile='../../generated_assets/math_06_sde_a46c95cc.jl'


Expand Down
2 changes: 1 addition & 1 deletion math/math_07_pde/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>Partial Differential Equation</h1>

</div>
<pluto-editor
statefile='../../generated_assets/math_07_pde_b65e36c8.plutostate'
statefile='../../generated_assets/math_07_pde_fc01f6dd.plutostate'
notebookfile='../../generated_assets/math_07_pde_7072fa52.jl'


Expand Down
2 changes: 1 addition & 1 deletion pp_search_data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion prob/prob_1_distributions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>Distributions</h1>

</div>
<pluto-editor
statefile='../../generated_assets/prob_1_distributions_5debb4be.plutostate'
statefile='../../generated_assets/prob_1_distributions_c74febe4.plutostate'
notebookfile='../../generated_assets/prob_1_distributions_0b38a51a.jl'


Expand Down
2 changes: 1 addition & 1 deletion prob/prob_2_linreg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>Linear Regression</h1>

</div>
<pluto-editor
statefile='../../generated_assets/prob_2_linreg_a89580a5.plutostate'
statefile='../../generated_assets/prob_2_linreg_fee68a11.plutostate'
notebookfile='../../generated_assets/prob_2_linreg_97e19059.jl'


Expand Down
2 changes: 1 addition & 1 deletion prob/prob_3_logreg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>Logistic Regression</h1>

</div>
<pluto-editor
statefile='../../generated_assets/prob_3_logreg_60010e5f.plutostate'
statefile='../../generated_assets/prob_3_logreg_768e6cb0.plutostate'
notebookfile='../../generated_assets/prob_3_logreg_061e4ace.jl'


Expand Down
2 changes: 1 addition & 1 deletion prob/prob_4_posreg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>Poisson Regression</h1>

</div>
<pluto-editor
statefile='../../generated_assets/prob_4_posreg_bbbd797b.plutostate'
statefile='../../generated_assets/prob_4_posreg_8acc8050.plutostate'
notebookfile='../../generated_assets/prob_4_posreg_0a9737f3.jl'


Expand Down
2 changes: 1 addition & 1 deletion prob/prob_5_timeseries/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>Time Series</h1>

</div>
<pluto-editor
statefile='../../generated_assets/prob_5_timeseries_3c862b14.plutostate'
statefile='../../generated_assets/prob_5_timeseries_7777f76b.plutostate'
notebookfile='../../generated_assets/prob_5_timeseries_a41278c3.jl'


Expand Down
2 changes: 1 addition & 1 deletion prob/prob_6_ode/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ <h1>Probabilistic ODE</h1>

</div>
<pluto-editor
statefile='../../generated_assets/prob_6_ode_89077a51.plutostate'
statefile='../../generated_assets/prob_6_ode_b426826f.plutostate'
notebookfile='../../generated_assets/prob_6_ode_a66f682f.jl'


Expand Down

0 comments on commit 6c5fdd6

Please sign in to comment.