Skip to content

Commit

Permalink
fix: viz_arrow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
robinroy03 committed Oct 12, 2024
1 parent 143a878 commit 1082242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/viz_arrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
if interactive:
fury.window.show(scene, size=(600, 600))

fury.window.record(scene, out_path="viz_arrow.png", size=(600, 600))
fury.window.record(scene=scene, out_path="viz_arrow.png", size=(600, 600))

0 comments on commit 1082242

Please sign in to comment.