fix axes limits for fill=true in 3d plots

This commit is contained in:
Daniel Schwabeneder 2017-11-30 09:45:09 +01:00
parent 1419a919aa
commit 714f8dea1d

View File

@ -355,7 +355,7 @@ function expand_extrema!(sp::Subplot, d::KW)
if fr == nothing && d[:seriestype] == :bar if fr == nothing && d[:seriestype] == :bar
fr = 0.0 fr = 0.0
end end
if fr != nothing if fr != nothing && !all3D(d)
axis = sp.attr[vert ? :yaxis : :xaxis] axis = sp.attr[vert ? :yaxis : :xaxis]
if typeof(fr) <: Tuple if typeof(fr) <: Tuple
for fri in fr for fri in fr