This commit is contained in:
Daniel Schwabeneder 2020-04-06 14:12:46 +02:00
parent 92eaa95127
commit 0daed24020

View File

@ -1015,7 +1015,7 @@ function preprocessArgs!(plotattributes::AKW)
end
# handle axes args
for k in _axis_args
if haskey(plotattributes, k)
if haskey(plotattributes, k) && k !== :link
v = plotattributes[k]
for letter in (:x, :y, :z)
lk = Symbol(letter, k)