Skip to content

Commit

Permalink
Remove xticks change
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcremer committed Aug 30, 2024
1 parent 0b3ba7e commit 3501fb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/src/tutorials/mean_seasonal_cycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ lines!(1:365, var[366:730], label="2022", color=:brown,
)
lines!(1:365, msc[:,1]; label="MSC", color=:dodgerblue, linewidth=2.5)
axislegend()
ax.xticks = (xpos, ticks)
ax.xticklabelrotation = π / 4
ax.xticklabelalign = (:right, :center)
fig
Expand Down

0 comments on commit 3501fb8

Please sign in to comment.