Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Dec 6, 2018
1 parent f3be5fd commit e97d865
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/display.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ function Stepper(scene, path)
Stepper(scene, path, 1)
end

# function FileIO.save(filename::String, scene::Scene)
# open(filename, "w") do s
# show(IOContext(s, :full_fidelity => true), MIME"image/png"(), scene)
# end
# end
function FileIO.save(filename::String, scene::Scene)
open(filename, "w") do s
show(IOContext(s, :full_fidelity => true), MIME"image/png"(), scene)
end
end
"""
step!(s::Stepper)
steps through a `Makie.Stepper` and outputs a file with filename `filename-step.jpg`.
Expand Down

0 comments on commit e97d865

Please sign in to comment.