Fix typo to allow minor ticks in 3D plots

This commit is contained in:
William Thompson 2021-01-31 11:47:15 -08:00
parent c402161845
commit 97c43eb031

View File

@ -815,7 +815,7 @@ function axis_drawing_info_3d(sp, letter)
t = invf(f(na0) + 0.006 * (f(na1) - f(na0)) * ticks_in) t = invf(f(na0) + 0.006 * (f(na1) - f(na0)) * ticks_in)
(na0, t) (na0, t)
end end
for tick in minorticks for tick in minor_ticks
if ax[:showaxis] if ax[:showaxis]
push!( push!(
tick_segments, tick_segments,