# \[ANN\] ConvergencePlots - live tracking of algorithm convergence metrics

**URL:** https://discourse.julialang.org/t/ann-convergenceplots-live-tracking-of-algorithm-convergence-metrics/45419
**Category:** Package Announcements
**Created:** [August 23, 2020, 3:18pm UTC](https://discourse.julialang.org/t/ann-convergenceplots-live-tracking-of-algorithm-convergence-metrics/45419 "2020-08-23T15:18:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mohamed82008](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mohamed82008/32/18171_2.png) [@mohamed82008](https://discourse.julialang.org/u/mohamed82008)
#### Post date: [August 23, 2020, 3:18pm UTC](https://discourse.julialang.org/t/ann-convergenceplots-live-tracking-of-algorithm-convergence-metrics/45419/1 "2020-08-23T15:18:48Z")

</div>

Hi,

I would like to announce a little package I put together recently that I found useful in my work. [ConvergencePlots.jl](https://github.com/mohamed82008/ConvergencePlots.jl) lets you easily keep track of some convergence metrics for your algorithm using 2 lines of code or so.

`ConvergencePlots` uses [PyPlot.jl](https://github.com/JuliaPy/PyPlot.jl) for plotting because I was familiar with it the most and I didn’t have too much time to implement this. The focus of `ConvergencePlots` is on the dead simple API while letting the user customize the plots by passing in options that get passed to `PyPlot`. As always, PRs and contributions are welcome! May all your algorithms converge!

---

<div class="post-metadata">

### Author: ![dmolina](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dmolina/32/5246_2.png) [@dmolina](https://discourse.julialang.org/u/dmolina)
#### Post date: [August 23, 2020, 6:08pm UTC](https://discourse.julialang.org/t/ann-convergenceplots-live-tracking-of-algorithm-convergence-metrics/45419/2 "2020-08-23T18:08:45Z")

</div>

Thank you ! I also usually have to create convergence plots, and your package seems very simple and useful. I will use it.
