Skip to content

Commit

Permalink
no orama, but fixes and up .toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA committed Jun 24, 2024
1 parent e61fb68 commit e4c400a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[deps]
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Bonito = "824d6782-a2ef-11e9-3a09-e5662e0c26f8"
CFTime = "179af706-886a-5703-950a-314cd64e0468"
Expand Down
1 change: 0 additions & 1 deletion docs/src/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default {
extends: DefaultTheme,
Layout() {
return h(DefaultTheme.Layout, null, {
// 'home-hero-info-after': () => h(HomeTrustees),
'aside-ads-before': () => h(AsideTrustees),
})
},
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/mean_seasonal_cycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ fig, ax, obj = lines(1:365, var[1:365]; label="2021", color=:black,
lines!(1:365, var[366:730], label="2022", color=:brown,
linewidth=1.5, linestyle=:dash
)
lines!(1:365, msc[:,1]; label="MSC", color=:dodgerblue, lw=2.5)
lines!(1:365, msc[:,1]; label="MSC", color=:dodgerblue, linewidth=2.5)
axislegend()
ax.xticks = (xpos, ticks)
ax.xticklabelrotation = π / 4
Expand Down

0 comments on commit e4c400a

Please sign in to comment.