Skip to content

Commit

Permalink
plot labels [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kmdeck committed Jan 31, 2025
1 parent dd5ff5a commit 94c7bf5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions experiments/integrated/fluxnet/plot_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,25 @@ function plot_monthly_avg_comp(
fig[1, 1],
xlabel = "Month of Year",
ylabel = "$var_name $(units)",
xticks = (
1:1:12,
[
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dev",
],
),
)

CairoMakie.lines!(
ax,
Array(1:1:12),
Expand Down

0 comments on commit 94c7bf5

Please sign in to comment.