diff --git a/examples/Example312_PeriodicBoundary3D.jl b/examples/Example312_PeriodicBoundary3D.jl index 002836e8..4a9e95c9 100644 --- a/examples/Example312_PeriodicBoundary3D.jl +++ b/examples/Example312_PeriodicBoundary3D.jl @@ -180,7 +180,7 @@ function main(; magnification = 1 displaced_grid = deepcopy(xgrid) displace_mesh!(displaced_grid, sol[1], magnify = magnification) - gridplot!(plt, displaced_grid, linewidth = 1, title = "displaced mesh, $(magnification)x magnified", scene3d = :LScene) + gridplot!(plt, displaced_grid, linewidth = 1, title = "displaced mesh, $(magnification)x magnified") return sol, plt