restore offset

This commit is contained in:
Nicholas Bauer 2021-09-26 13:00:14 -04:00
parent 923faee9e4
commit a367f0d502

View File

@ -1635,7 +1635,7 @@ function gr_label_ticks_3d(sp, letter, ticks)
axisϕ = mod(axisθ - 90, 360)
out_factor = ifelse(ax[:tick_direction] === :out, 1.5, 1)
axisoffset = out_factor * 1e-2
axisoffset = out_factor * 1.2e-2
x_base_offset = axisoffset * cosd(axisϕ)
y_base_offset = axisoffset * sind(axisϕ)