Skip to content

Commit

Permalink
Merge pull request #29 from ederag/qualify_visualize
Browse files Browse the repository at this point in the history
qualify Makie.visualize
  • Loading branch information
jgreener64 committed Dec 27, 2020
2 parents 16ec4e1 + ef36667 commit 77cb3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makie.jl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function visualize(coord_logger,
ylims!(scene, 0.0, box_size)
zlims!(scene, 0.0, box_size)

record(scene, out_filepath, eachindex(coord_logger.coords); framerate=framerate) do frame_i
Makie.record(scene, out_filepath, eachindex(coord_logger.coords); framerate=framerate) do frame_i
coords = coord_logger.coords[frame_i]

for (ci, (i, j)) in enumerate(connections)
Expand Down

0 comments on commit 77cb3e4

Please sign in to comment.