Skip to content

Commit

Permalink
deep clear
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed Oct 3, 2023
1 parent 644115f commit 55e22d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gustaf/show.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def clear_vedo_plotter(plotter, num_renderers, skip_cl=skip_clear):
return None

for i in range(num_renderers):
plotter.clear(at=i)
plotter.clear(at=i, deep=True)

return None

Expand Down

0 comments on commit 55e22d8

Please sign in to comment.