Open
Description
UnicodePlots.jl version 3.5 (April 2023) changed the lineplot syntax. See the changelog:
https://github.com/JuliaPlots/UnicodePlots.jl/blob/main/CHANGELOG.md
Now the syntax is lineplot(-1, 1, x->x^2)
instead of lineplot(x->x^2, -1, 1)
. The function plots in activations.jl
doc strings still uses the old syntax.