diff --git a/src/args.jl b/src/args.jl index aabcb7f4..e2051abb 100644 --- a/src/args.jl +++ b/src/args.jl @@ -1651,7 +1651,7 @@ function _update_series_attributes!(plotattributes::AKW, plt::Plot, sp::Subplot) end # set label - plotattributes[:label] = label_to_string(plotattributes[:label], globalIndex) + plotattributes[:label] = label_to_string.(plotattributes[:label], globalIndex) _replace_linewidth(plotattributes) plotattributes