gr: handle tick labels for ticks == nothing

This commit is contained in:
Daniel Schwabeneder 2020-09-21 21:37:03 +02:00
parent 11f3715453
commit 3e14a0db95

View File

@ -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