fix 2d-contour
This commit is contained in:
parent
ae43e05f6f
commit
10bb9a145d
@ -297,7 +297,7 @@ function (pgfx_plot::PGFPlotsXPlot)(plt::Plot{PGFPlotsXBackend})
|
|||||||
!isfilledcontour(series) && series[:ribbon] === nothing
|
!isfilledcontour(series) && series[:ribbon] === nothing
|
||||||
push!(series_opt, "area legend" => nothing)
|
push!(series_opt, "area legend" => nothing)
|
||||||
end
|
end
|
||||||
if st == :heatmap
|
if st in (:heatmap, :contour)
|
||||||
push!(axis.options, "view" => "{0}{90}")
|
push!(axis.options, "view" => "{0}{90}")
|
||||||
end
|
end
|
||||||
# treat segments
|
# treat segments
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user