split looops (#3931)

This commit is contained in:
Simon Christ 2021-11-10 20:34:49 +01:00 committed by Zhanibek
parent 426774efcd
commit f4e34c6e7c

View File

@ -243,6 +243,7 @@ function _subplot_setup(plt::Plot, plotattributes::AKW, kw_list::Vector{KW})
attr[get_attr_symbol(letter, k)] = v attr[get_attr_symbol(letter, k)] = v
end end
end end
end
for k in (:scale,), letter in (:x, :y, :z) for k in (:scale,), letter in (:x, :y, :z)
# Series recipes may need access to this information # Series recipes may need access to this information
lk = get_attr_symbol(letter, k) lk = get_attr_symbol(letter, k)
@ -250,7 +251,6 @@ function _subplot_setup(plt::Plot, plotattributes::AKW, kw_list::Vector{KW})
kw[lk] = attr[lk] kw[lk] = attr[lk]
end end
end end
end
sp_attrs[sp] = attr sp_attrs[sp] = attr
end end