adjust offset

This commit is contained in:
Nicholas Bauer 2021-09-26 12:09:08 -04:00
parent dae7b3cedc
commit 923faee9e4

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 * 1.2e-2
axisoffset = out_factor * 1e-2
x_base_offset = axisoffset * cosd(axisϕ)
y_base_offset = axisoffset * sind(axisϕ)