fix axes limits for fill=true in 3d plots
This commit is contained in:
parent
1419a919aa
commit
714f8dea1d
@ -355,7 +355,7 @@ function expand_extrema!(sp::Subplot, d::KW)
|
||||
if fr == nothing && d[:seriestype] == :bar
|
||||
fr = 0.0
|
||||
end
|
||||
if fr != nothing
|
||||
if fr != nothing && !all3D(d)
|
||||
axis = sp.attr[vert ? :yaxis : :xaxis]
|
||||
if typeof(fr) <: Tuple
|
||||
for fri in fr
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user