split looops (#3931)
This commit is contained in:
parent
426774efcd
commit
f4e34c6e7c
@ -243,12 +243,12 @@ 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
|
||||||
for k in (:scale,), letter in (:x, :y, :z)
|
end
|
||||||
# Series recipes may need access to this information
|
for k in (:scale,), letter in (:x, :y, :z)
|
||||||
lk = get_attr_symbol(letter, k)
|
# Series recipes may need access to this information
|
||||||
if haskey(attr, lk)
|
lk = get_attr_symbol(letter, k)
|
||||||
kw[lk] = attr[lk]
|
if haskey(attr, lk)
|
||||||
end
|
kw[lk] = attr[lk]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
sp_attrs[sp] = attr
|
sp_attrs[sp] = attr
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user