Skip to content

Commit

Permalink
fix CairoMakie
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Jul 22, 2023
1 parent 8d87ca7 commit cfeb4e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CairoMakie/src/overrides.jl
Expand Up @@ -9,7 +9,7 @@ complex and slower to draw than standard paths with single color.
function draw_plot(scene::Scene, screen::Screen, poly::Poly)
# dispatch on input arguments to poly to use smarter drawing methods than
# meshes if possible
draw_poly(scene, screen, poly, to_value.(poly.input_args)...)
return draw_poly(scene, screen, poly, to_value.(poly.args)...)
end

# Override `is_cairomakie_atomic_plot` to allow `poly` to remain a unit,
Expand Down
1 change: 0 additions & 1 deletion src/basic_recipes/axis.jl
Expand Up @@ -316,7 +316,6 @@ function draw_axis3d(textbuffer, linebuffer, scale, limits, ranges_labels, fonts
end
return
end
plot!(plot::Axis3D) = nothing

function plot!(axis::Axis3D)
scene = parent_scene(axis)
Expand Down

0 comments on commit cfeb4e6

Please sign in to comment.