# \#animate

**URL:** https://discourse.julialang.org/tag/animate/1237.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [Problem Using annotate! to add info to an animated plot but it overlaps and cannot be read](https://discourse.julialang.org/t/problem-using-annotate-to-add-info-to-an-animated-plot-but-it-overlaps-and-cannot-be-read/95935)

<div class="topic-metadata">

**Author:** [@J\_Braulio\_Ramz\_G](https://discourse.julialang.org/u/J_Braulio_Ramz_G)\
**Replies:** 1\
**Last updated:** [March 11, 2023, 9:05pm UTC](https://discourse.julialang.org/t/problem-using-annotate-to-add-info-to-an-animated-plot-but-it-overlaps-and-cannot-be-read/95935 "2023-03-11T21:05:39Z")

</div>

Hi I am triying to use !annotate() to add text info like current iteration, aproximation and relative error to an animation of Newton-Raphson method but the previous info is accumulating in the new frames and overlaps.…

---

## [Save matrix of color images](https://discourse.julialang.org/t/save-matrix-of-color-images/92170)

<div class="topic-metadata">

**Author:** [@rocco\_sprmnt21](https://discourse.julialang.org/u/rocco_sprmnt21)\
**Replies:** 2\
**Last updated:** [December 28, 2022, 10:09am UTC](https://discourse.julialang.org/t/save-matrix-of-color-images/92170 "2022-12-28T10:09:02Z")

</div>

With so much effort I managed to simulate (roughly) an animated version of Gonway’s “Game of Life”. julia\> using Plots,IterTools, Colors julia\> function gol1(n, init=rand(Bool, 10,10)) function gen(m…
