diff --git a/src/basic_recipes/axis.jl b/src/basic_recipes/axis.jl index 29fcc248284..655b4a0fd75 100644 --- a/src/basic_recipes/axis.jl +++ b/src/basic_recipes/axis.jl @@ -318,7 +318,7 @@ function draw_axis3d(textbuffer, linebuffer, scale, limits, ranges_labels, fonts end function plot!(axis::Axis3D) - scene = parent_scene(axis) + scene = get_scene(axis) # Disable any non linear transform for the axis plot! axis.transformation.transform_func[] = identity textbuffer = TextBuffer(axis, Point3, transparency = true, markerspace = :data,