Merge pull request #3267 from sefffal/master

Fix typo preventing minor ticks from working in 3D plots
This commit is contained in:
Daniel Schwabeneder 2021-02-01 20:21:06 +01:00 committed by GitHub
commit f9ff2c8962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,