Skip to content

Commit

Permalink
address frederics code review
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Jul 25, 2023
1 parent ee1728d commit b95b72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic_recipes/axis.jl
Expand Up @@ -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,
Expand Down

0 comments on commit b95b72b

Please sign in to comment.