From 848b53e7d7f1d1b645b755a5ca22ef27fc8432b9 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Fri, 10 Apr 2020 19:45:11 +0200 Subject: [PATCH] fix 3d plots --- src/pipeline.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipeline.jl b/src/pipeline.jl index dbcd86f1..c7be171f 100644 --- a/src/pipeline.jl +++ b/src/pipeline.jl @@ -298,7 +298,7 @@ function _prepare_subplot(plt::Plot{T}, plotattributes::AKW) where {T} st = _override_seriestype_check(plotattributes, st) # change to a 3d projection for this subplot? - if RecipesPipeline.is_surface(st) + if RecipesPipeline.needs_3d_axes(st) sp.attr[:projection] = "3d" end