gr: handle tick labels for ticks == nothing
This commit is contained in:
parent
11f3715453
commit
3e14a0db95
@ -1332,6 +1332,8 @@ function gr_label_ticks(sp, letter, ticks)
|
||||
end
|
||||
end
|
||||
|
||||
function gr_label_ticks(sp, letter, ticks::Nothing) end
|
||||
|
||||
function gr_label_ticks_3d(sp, letter, ticks)
|
||||
near_letter = letter in (:x, :z) ? :y : :x
|
||||
far_letter = letter in (:x, :y) ? :z : :x
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user