Skip to content

Commit

Permalink
Merge pull request #97 from bdpedigo/patch-1
Browse files Browse the repository at this point in the history
Tiny typo fix in visualization tutorial
  • Loading branch information
fcollman authored Oct 3, 2023
2 parents d67d3db + ae33724 commit 9f8024c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/visualization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ computer to find what gives you the best rendering results.
::

trimesh_vtk.render_actors([mesh_actor],
filename='my_image.png'
filename='my_image.png',
do_save=True,
video_width=1600,
video_height=1200)
Expand Down Expand Up @@ -251,4 +251,4 @@ Below is a simple example for encoding a movie as an mp4 after installing moviep
clip.write_videofile('reveal_axon_movie.mp4')

moviepy <https://zulko.github.io/moviepy/> has some great documentation that tells you how you can add text,
stitch clips together, perform fancy cross fade effects, and all sorts of fun things.
stitch clips together, perform fancy cross fade effects, and all sorts of fun things.

0 comments on commit 9f8024c

Please sign in to comment.