missed discrete_indices
This commit is contained in:
parent
a230207c09
commit
1b1a2860af
@ -624,7 +624,7 @@ for letter in (:x, :y, :z)
|
||||
# allow the underscore version too: xguide or x_guide
|
||||
add_aliases(lk, Symbol(letter, "_", k))
|
||||
end
|
||||
for k in _magic_axis_args
|
||||
for k in (_magic_axis_args..., :(_discrete_indices))
|
||||
_attrsymbolcache[letter][k] = Symbol(letter, k)
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user