sort supported args
This commit is contained in:
parent
0f4a0c7154
commit
340c056671
@ -1626,7 +1626,7 @@ function warn_on_unsupported_args(pkg::AbstractBackend, plotattributes)
|
||||
for k in sort(collect(_to_warn))
|
||||
push!(already_warned, k)
|
||||
@warn(
|
||||
"Keyword argument $k not supported with $pkg. Choose from: $(supported_attrs(pkg))"
|
||||
"Keyword argument $k not supported with $pkg. Choose from: $(sort(collect(supported_attrs(pkg))))"
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user