undo: fix passing ticks tuple on 0.6
This commit is contained in:
parent
bad2ef63c6
commit
dd526e00ab
@ -241,7 +241,7 @@ function get_ticks(axis::Axis)
|
||||
elseif typeof(ticks) <: Union{AVec, Int}
|
||||
# override ticks, but get the labels
|
||||
optimal_ticks_and_labels(axis, ticks)
|
||||
elseif typeof(ticks) <: NTuple{2, Any}
|
||||
elseif typeof(ticks) <: NTuple{2}
|
||||
# assuming we're passed (ticks, labels)
|
||||
ticks
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user