Skip to content

Commit aba10a0

Browse files
Update default plot label
1 parent 59db55c commit aba10a0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/plotting.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,13 +225,9 @@ Filters out leap days.
225225
- `period::Function` : Method from `Dates` package to group (defaults to `month`)
226226
"""
227227
function temporal_cross_section(dates, obs, sim;
228-
title="", ylabel=nothing, label=nothing,
228+
title="", ylabel="Median Error", label=nothing,
229229
period::Function=monthday,
230230
kwargs...) # show_extremes::Bool=false,
231-
if isnothing(ylabel)
232-
ylabel = ""
233-
end
234-
235231
if isnothing(label)
236232
label = ylabel
237233
end

0 commit comments

Comments
 (0)