We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59db55c commit aba10a0Copy full SHA for aba10a0
1 file changed
src/plotting.jl
@@ -225,13 +225,9 @@ Filters out leap days.
225
- `period::Function` : Method from `Dates` package to group (defaults to `month`)
226
"""
227
function temporal_cross_section(dates, obs, sim;
228
- title="", ylabel=nothing, label=nothing,
+ title="", ylabel="Median Error", label=nothing,
229
period::Function=monthday,
230
kwargs...) # show_extremes::Bool=false,
231
- if isnothing(ylabel)
232
- ylabel = ""
233
- end
234
-
235
if isnothing(label)
236
label = ylabel
237
end
0 commit comments